ScoopInstaller_Main/bucket/faas-cli.json
2024-07-26 08:28:50 +00:00

34 lines
980 B
JSON

{
"version": "0.16.31",
"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.31/faas-cli.exe",
"hash": "9967673826f8031a02c7981e0cd58ae38ba56f1c52e0aca0be21e9845b35f115"
}
},
"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"
}
}
}