ScoopInstaller_Main/faas-cli.json
2019-03-08 12:00:32 +00:00

31 lines
823 B
JSON

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