ScoopInstaller_Main/bucket/faas-cli.json
2025-08-29 16:30:02 +00:00

34 lines
978 B
JSON

{
"version": "0.17.8",
"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.17.8/faas-cli.exe",
"hash": "c031be260dd6664c4fa1dba4d2621b57809e114e3b0bcf8eeff414954aa2e6f4"
}
},
"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"
}
}
}