ScoopInstaller_Main/faas-cli.json
2018-08-29 15:00:27 +00:00

33 lines
839 B
JSON

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