ScoopInstaller_Main/faas-cli.json
2018-07-07 22:00:26 +00:00

33 lines
841 B
JSON

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