ScoopInstaller_Main/faas-cli.json
2018-05-15 16:00:24 +00:00

33 lines
839 B
JSON

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