ScoopInstaller_Main/bucket/twilio-cli.json
2025-09-04 12:32:16 +00:00

51 lines
1.8 KiB
JSON

{
"version": "6.2.0",
"description": "Twilio CLI. Unleash the power of Twilio from your command prompt.",
"homepage": "https://github.com/twilio/twilio-cli",
"license": "MIT",
"notes": [
"* Known issue:",
" - Extration requires Developer mode to be enabled, or admin rights: https://github.com/ScoopInstaller/Main/issues/4975"
],
"suggest": {
"Node.js": [
"main/nodejs",
"main/nodejs-lts"
]
},
"architecture": {
"64bit": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v6.2.0/twilio-v6.2.0-win32-x64.tar.xz",
"hash": "0f48b2b96070303869db8cd27f8843a48f86daf4279964654573500d9f30a6bb"
},
"32bit": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v6.2.0/twilio-v6.2.0-win32-x86.tar.xz",
"hash": "afa4b44b1045f3c8631f3129b023934d19cf457f22d809ea5f961ca8e53fcd27"
}
},
"extract_dir": "twilio",
"bin": "bin\\twilio.cmd",
"checkver": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/version",
"jsonpath": "$.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v$version/twilio-v$version-win32-x64.tar.xz",
"hash": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/win32-x64",
"jsonpath": "$.sha256xz"
}
},
"32bit": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v$version/twilio-v$version-win32-x86.tar.xz",
"hash": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/win32-x86",
"jsonpath": "$.sha256xz"
}
}
}
}
}