ScoopInstaller_Main/bucket/faas-cli.json
2019-10-01 09:00:47 +00:00

34 lines
976 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.9.3",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.9.3/faas-cli.exe",
"hash": "d421bcd36cd867241cdb6d522286dad62ceba03b594abb10eb1af24c983a4f13"
}
},
"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"
}
}
}