ScoopInstaller_Main/bucket/faas-cli.json
2024-06-19 16:28:17 +00:00

34 lines
980 B
JSON

{
"version": "0.16.30",
"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.30/faas-cli.exe",
"hash": "3b3ce39afa5ead7ad6e1d5eb6b0d38a4955c2b6945c26fc8a6e9f5e74e861613"
}
},
"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"
}
}
}