ScoopInstaller_Main/bucket/faas-cli.json
2020-03-19 14:01:49 +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.12.1",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.12.1/faas-cli.exe",
"hash": "92377179875e5920a09e941e24322b7dca2eb0cc2e21c7081ac1a24d4bce25f1"
}
},
"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"
}
}
}