ScoopInstaller_Main/bucket/faas-cli.json
Ross Smith II 62df3295db
Update bucket/faas-cli.json
Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com>
2019-08-14 22:51:49 -07:00

32 lines
967 B
JSON

{
"homepage": "https://www.openfaas.com/",
"description": "A framework for building serverless functions with Docker and Kubernetes which has first class support for metrics. (CLI)",
"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"
}
}
}
}