{
    "version": "0.18.8",
    "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.18.8/faas-cli.exe",
            "hash": "a073437816dd4f60b444f911f3403840e1eafad057d28928f91956b0caa2b1ad"
        }
    },
    "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"
        }
    }
}
