mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
980 B
JSON
34 lines
980 B
JSON
{
|
|
"version": "0.16.13",
|
|
"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.13/faas-cli.exe",
|
|
"hash": "0d8880d4ca263a9257491a935e8a9459acc5e1ba8c19902f84fb00ff87e0045f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|