mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
34 lines
976 B
JSON
34 lines
976 B
JSON
{
|
|
"homepage": "https://www.openfaas.com/",
|
|
"description": "A framework for building serverless functions with Docker and Kubernetes which has first class support for metrics. (CLI)",
|
|
"license": "MIT",
|
|
"version": "0.9.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openfaas/faas-cli/releases/download/0.9.2/faas-cli.exe",
|
|
"hash": "e28268969b0febe5429de47ce72db06bc80e48b371e032f233995536512eb3a6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|