ScoopInstaller_Main/faas-cli.json
2018-11-10 10:00:22 +00:00

33 lines
839 B
JSON

{
"homepage": "https://www.openfaas.com/",
"license": "MIT",
"version": "0.7.8",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.7.8/faas-cli.exe",
"hash": "9e31d376d757c24b4aee497c95e95f2bd5c51683a99f52e5db930dfa297d0156"
}
},
"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"
}
}
}
}