ScoopInstaller_Main/bucket/faas-cli.json
2020-06-29 19:24:06 +02:00

34 lines
978 B
JSON

{
"version": "0.12.6",
"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.12.6/faas-cli.exe",
"hash": "ad339c67087ef227ed7e95be1749c38edf2d25ea23e6320a31f0b9f6267b2121"
}
},
"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"
}
}
}