ScoopInstaller_Main/faas-cli.json
2018-10-13 20:00:25 +00:00

33 lines
839 B
JSON

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