ScoopInstaller_Main/bucket/twilio-cli.json
2025-01-13 16:31:21 +00:00

51 lines
1.8 KiB
JSON

{
"version": "5.22.9",
"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-v5.22.9/twilio-v5.22.9-win32-x64.tar.xz",
"hash": "0507afc66d5b258d7fc37ca2f07e243732cef79069abe2004c1e093c50815d3a"
},
"32bit": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.22.9/twilio-v5.22.9-win32-x86.tar.xz",
"hash": "312627ae9834ce3b7f1f006e30a6e2586c6074e2c3a5fb5546bfcc58eb3eeaf5"
}
},
"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"
}
}
}
}
}