ScoopInstaller_Main/bucket/faas-cli.json
2024-01-26 16:26:21 +00:00

34 lines
980 B
JSON

{
"version": "0.16.23",
"description": "A framework for building serverless functions with Docker and Kubernetes which has first class support for metrics. (CLI)",
"homepage": "https://www.openfaas.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.16.23/faas-cli.exe",
"hash": "752ad95bbc8c09e85b497eb87118e8460f7259f9ca7659c3985fd36a3706e5bf"
}
},
"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"
}
}
}