ScoopInstaller_Main/faas-cli.json
2018-01-24 10:00:22 +00:00

33 lines
839 B
JSON

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