Chris Meller abacbb2832
Add app manifest for the Odo CLI tool. (#2822)
* Add app manifest for the Odo CLI tool.

* Rename the binary to odo, rather than creating an alias.

* Use github for checkver and the shorthand for the hash URL.

* Specify the bin property.
2021-10-27 17:11:28 +05:30

27 lines
896 B
JSON

{
"homepage": "https://odo.dev",
"license": "Apache-2.0",
"description": "Developer-focused CLI for OpenShift and Kubernetes.",
"version": "2.4.1",
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v2.4.1/odo-windows-amd64.exe#/odo.exe",
"hash": "fb0189476852a19188b52eb0f8dfa69bb59224ef965a5db836927c80f8813b5d"
}
},
"bin": "odo.exe",
"checkver": {
"github": "https://github.com/openshift/odo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v$version/odo-windows-amd64.exe#/odo.exe",
"hash": {
"url": "$url.sha256"
}
}
}
}
}