ScoopInstaller_Main/bucket/faas-cli.json
Jakub Čábera e1f550a5ec faas-cli:
2021-02-09 08:40:18 +01:00

34 lines
978 B
JSON

{
"version": "0.13.2",
"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.13.2/faas-cli.exe",
"hash": "f98231a12eb0683f6249096d7d619f485b8c4997b388d3947fa6c7d2e7dc1a99"
}
},
"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"
}
}
}