ScoopInstaller_Main/bucket/faas-cli.json
2023-04-04 12:30:16 +00:00

34 lines
978 B
JSON

{
"version": "0.16.3",
"description": "A framework for building serverless functions with Docker and Kubernetes which has first class support for metrics. (CLI)",
"homepage": "https://www.openfaas.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.16.3/faas-cli.exe",
"hash": "aa88c04f93cf399c76638a3c032d4e0e1213b289bff24f3b71af8d6fdcb66089"
}
},
"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"
}
}
}