Skip to content

Releases: openfaas/faas-cli

Parallel builds via --parallel N

24 Sep 08:45
Compare
Choose a tag to compare
Pre-release

Now you can build N functions at once with:

$ faas-cli build -f stack.yml --parallel N
  • Supports --update for deployments

Save time by using faas-cli deploy --update --replace=false with supported back-ends

ARM64 binary and Python3 official template

23 Sep 13:40
Compare
Choose a tag to compare
  • ARM64 binary
  • Python3 official template

Alpha release with ARM64 support

22 Sep 11:24
Compare
Choose a tag to compare
0.4.15-alpha1

Update .travis.yml

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