ScoopInstaller_Main/bucket/faas-cli.json
2020-11-19 16:07:35 +01:00

34 lines
980 B
JSON

{
"version": "0.12.19",
"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.19/faas-cli.exe",
"hash": "d54ac86c5725236615a59f0d5fa5ff91e2f9b185d5cef789ceb816440afb3afc"
}
},
"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"
}
}
}