ScoopInstaller_Main/bucket/istioctl.json
2025-11-05 20:30:47 +00:00

27 lines
874 B
JSON

{
"version": "1.28.0",
"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.0/istioctl-1.28.0-win.zip",
"hash": "1a3253df1c49598442a2503dda3aac9e2e89be3ab31d7de30110197475b521c6"
}
},
"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"
}
}
}