ScoopInstaller_Main/faas-cli.json
2018-01-19 19:04:59 +01:00

33 lines
839 B
JSON

{
"homepage": "https://www.openfaas.com/",
"license": "MIT",
"version": "0.5.2",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.5.2/faas-cli.exe",
"hash": "bd2a9327907ca8bbd85615f3fba417682a2cf44829ebfd42e6d568ed54dfa798"
}
},
"bin": [
"faas-cli.exe",
[
"faas-cli.exe",
"faas"
]
],
"post_install": [
"faas-cli version"
],
"notes": "OpenFaas @ https://www.openfaas.com/",
"checkver": {
"github": "https://github.com/openfaas/faas-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe"
}
}
}
}