ScoopInstaller_Main/bucket/faas-cli.json
2024-10-03 20:27:46 +00:00

34 lines
980 B
JSON

{
"version": "0.16.37",
"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.37/faas-cli.exe",
"hash": "6d31fd9cc4010e250c58a2daedad1bc6eb9bf8d8311b51aeca3017c50ac1db0d"
}
},
"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"
}
}
}