ScoopInstaller_Main/bucket/faas-cli.json
2025-11-19 20:28:43 +00:00

34 lines
978 B
JSON

{
"version": "0.18.0",
"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.18.0/faas-cli.exe",
"hash": "43a7279c8028abac165af86b8d761b80ee30d08dd1b927eb26100a1f5bb18623"
}
},
"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"
}
}
}