diff --git a/faas-cli.json b/faas-cli.json new file mode 100644 index 0000000000..afe5ecd5ce --- /dev/null +++ b/faas-cli.json @@ -0,0 +1,28 @@ +{ + "homepage": "https://www.openfaas.com/", + "license": "MIT", + "version": "0.5.1", + "architecture": { + "64bit": { + "url": "https://github.com/openfaas/faas-cli/releases/download/0.5.1/faas-cli.exe", + "hash": "790fa5ec8ca972333952997330c1c294d602467daa505932086cf33e6c10c529" + } + }, + "bin": [ + "faas-cli.exe" + ], + "post_install": [ + "faas-cli version" + ], + "notes": "OpenFaas @ https://www.openfaas.com/", + "checkver": { + "github": "https://github.com/openfaas/faas-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe" + } + } + } +}