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

33 lines
839 B
JSON

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