ScoopInstaller_Main/bucket/twilio-cli.json
2023-09-08 08:25:49 +00:00

51 lines
1.8 KiB
JSON

{
"version": "5.14.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-v5.14.0/twilio-v5.14.0-win32-x64.tar.xz",
"hash": "50b3157981d3e22a0aabc9f5492b17ff0b0435b36d7fdb17566518029c5dc098"
},
"32bit": {
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.14.0/twilio-v5.14.0-win32-x86.tar.xz",
"hash": "26354433f34fb3c111f66af81db649b11a6e98912db4158c9b3344b6e57fb1bd"
}
},
"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"
}
}
}
}
}