OpenFaaS CLI (#1912)

This commit is contained in:
Minh-Quan Tran 2017-12-16 13:24:27 +01:00 committed by Richard Kuhnt
parent cac601ee89
commit f9297aeb77

28
faas-cli.json Normal file
View File

@ -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"
}
}
}
}