mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
OpenFaaS CLI (#1912)
This commit is contained in:
parent
cac601ee89
commit
f9297aeb77
28
faas-cli.json
Normal file
28
faas-cli.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user