ScoopInstaller_Main/bucket/faas-cli.json
2020-02-22 23:01:50 +00:00

34 lines
978 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.11.8",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.11.8/faas-cli.exe",
"hash": "374a7e7343f6184e8c9a078bf7f0fe4bc85ab00a1b90b491833a9a108fe470c8"
}
},
"bin": [
"faas-cli.exe",
[
"faas-cli.exe",
"faas"
]
],
"post_install": "faas-cli version",
"checkver": {
"github": "https://github.com/openfaas/faas-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}