ScoopInstaller_Main/bucket/istioctl.json
2024-04-08 21:06:47 +00:00

27 lines
874 B
JSON

{
"version": "1.21.1",
"description": "Configuration command line utility for service operators to debug and diagnose their Istio mesh.",
"homepage": "https://istio.io/latest/docs/reference/commands/istioctl/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/istio/istio/releases/download/1.21.1/istioctl-1.21.1-win.zip",
"hash": "302b7704210a07d46badf402e75e1b91de939538e35e37f5a10d1559aece1edb"
}
},
"bin": "istioctl.exe",
"checkver": {
"github": "https://github.com/istio/istio"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/istio/istio/releases/download/$version/istioctl-$version-win.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}