ScoopInstaller_Main/faas-cli.json
2019-03-26 18:26:25 +00:00

31 lines
823 B
JSON

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