ScoopInstaller_Main/bucket/faas-cli.json
2019-08-05 14:00:29 +00:00

31 lines
823 B
JSON

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