ScoopInstaller_Main/bucket/faas-cli.json
2019-11-28 17:00:30 +00:00

34 lines
978 B
JSON

{
"homepage": "https://www.openfaas.com/",
"description": "A framework for building serverless functions with Docker and Kubernetes which has first class support for metrics. (CLI)",
"license": "MIT",
"version": "0.10.5",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.10.5/faas-cli.exe",
"hash": "b81a44c685ca6a1a8715d63880eead7955801b8bc0bdd80513f86a50f5ace73c"
}
},
"bin": [
"faas-cli.exe",
[
"faas-cli.exe",
"faas"
]
],
"post_install": "faas-cli version",
"checkver": {
"github": "https://github.com/openfaas/faas-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}