ScoopInstaller_Main/bucket/istioctl.json
2026-01-20 12:33:08 +00:00

27 lines
874 B
JSON

{
"version": "1.28.3",
"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.28.3/istioctl-1.28.3-win.zip",
"hash": "c2ef4e427f19b72adecc05cf512a2aa85224cdd5aa7e78ec1b33017b31f74b14"
}
},
"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"
}
}
}