Releases: openfaas/faas-cli
Releases · openfaas/faas-cli
Assorted fixes
- Generate ARM64 output artifact from Travis
- Remove zip file after downloading templates
Merge community enhancements
- Add --filter and --regex flags to faas-cli
- Allow network name to be overriden
- Multi-OS fix for expanding templates on Windows
- Allow parallel builds via --parallel
N
flag
0.4.14-alpha
Automatic release from Travis - upon pushing a tag @johnmccabe is a legend.
Include --filter flag
- Filtering via #87
Assorted CLI tweaks
Includes - #77
"new" command for templating and faster Node.js template
new
command can be used to generate a function and stack 🚀- Node.js template is faster due to
npm
caching 💰
Type in faas-cli new --help
for more info!
Invoke, list and strip binary
-
Smaller binaries.
-
Adds verbs:
invoke
invoke --content-type=
list
list --verbose
- Supports constraints in YAML with OpenFaaS >= 0.6.4
CLI parsing and documentation changes
Release build
- Cobra CLI makes syntax less verbose
faas-cli -action verb
just becomesfaas-cli verb
- Details on PR: #50
Many thanks to @johnmccabe
Pre-release Beta of CLI migration to Cobra
Pre-release build of change to Cobra for CLI including command completion and verb syntax.
- Details on PR: #50
Many thanks to @johnmccabe
Pre-release of CLI migration to Cobra
Pre-release build of change to Cobra for CLI including command completion and verb syntax.
- PR: #50
Many thanks to @johnmccabe