ScoopInstaller_Main/bucket/faas-cli.json
2020-05-01 22:51:42 +02: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.4",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.12.4/faas-cli.exe",
"hash": "31d01248f6f6afdd30751fc9eee5f1cbbe8581b49c8d66bc0ea3514272d2a930"
}
},
"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"
}
}
}