Skip to content

Releases: openfaas/faas-cli

Assorted fixes

22 Sep 10:30
Compare
Choose a tag to compare
Assorted fixes Pre-release
Pre-release
  • Generate ARM64 output artifact from Travis
  • Remove zip file after downloading templates

Merge community enhancements

17 Sep 09:48
Compare
Choose a tag to compare
  • 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

12 Sep 14:24
Compare
Choose a tag to compare

Automatic release from Travis - upon pushing a tag @johnmccabe is a legend.

Include --filter flag

10 Sep 16:23
Compare
Choose a tag to compare
Include --filter flag Pre-release
Pre-release
  • Filtering via #87

Assorted CLI tweaks

05 Sep 07:08
Compare
Choose a tag to compare

"new" command for templating and faster Node.js template

04 Sep 17:20
Compare
Choose a tag to compare
  • 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

04 Sep 12:57
Compare
Choose a tag to compare
  • Smaller binaries.

  • Adds verbs:

invoke
invoke --content-type=

list
list --verbose
  • Supports constraints in YAML with OpenFaaS >= 0.6.4

https://github.com/alexellis/faas/releases/tag/0.6.4

CLI parsing and documentation changes

01 Sep 08:42
Compare
Choose a tag to compare

Release build

  • Cobra CLI makes syntax less verbose faas-cli -action verb just becomes faas-cli verb
  • Details on PR: #50

Many thanks to @johnmccabe

Pre-release Beta of CLI migration to Cobra

31 Aug 07:56
Compare
Choose a tag to compare

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

28 Aug 19:02
Compare
Choose a tag to compare
Pre-release

Pre-release build of change to Cobra for CLI including command completion and verb syntax.

Many thanks to @johnmccabe