ScoopInstaller_Main/bucket/istioctl.json
2025-07-29 12:32:13 +00:00

27 lines
874 B
JSON

{
"version": "1.26.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.26.3/istioctl-1.26.3-win.zip",
"hash": "178dce5ac7b735718f2b5413094573f9773e6cb86862a3b4627a38923f8fceed"
}
},
"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"
}
}
}