ScoopInstaller_Main/faas-cli.json
2018-09-03 15:00:56 +00:00

33 lines
839 B
JSON

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