ScoopInstaller_Main/faas-cli.json
2018-06-06 05:00:19 +00:00

33 lines
841 B
JSON

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