ScoopInstaller_Main/faas-cli.json
2018-02-01 09:00:20 +00:00

33 lines
839 B
JSON

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