faas-cli

Official CLI for OpenFaaS

OTHER License

Downloads
48
Stars
787
Committers
71

Bot releases are hidden (Show)

faas-cli - Secrets support at deploy time

Published by alexellis about 7 years ago

This release adds secret support at deploy time in YAML or via --secret flag.

Related: https://github.com/openfaas/faas-netes/pull/54

faas-cli - 0.4.18 release bump

Published by alexellis about 7 years ago

Added Go templates:

faas-cli new --lang go FUNCTION_NAME

faas-cli - Go template

Published by alexellis about 7 years ago

Thanks to Nic + Community for Go template.

faas-cli - Merge community changes

Published by alexellis about 7 years ago

  • Removes --name parameter from new and invoke.
  • Adds integration tests
faas-cli - Include parameter change to `invoke`

Published by alexellis about 7 years ago

Includes - #132

faas-cli - Rolled up changes and coloured logo

Published by alexellis about 7 years ago

faas-cli - Alpha release of changed namespaces.

Published by alexellis about 7 years ago

Alpha release of changed namespaces.

faas-cli - Parallel builds via --parallel N

Published by alexellis about 7 years ago

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

faas-cli - ARM64 binary and Python3 official template

Published by alexellis about 7 years ago

  • ARM64 binary
  • Python3 official template
faas-cli - Alpha release with ARM64 support

Published by alexellis about 7 years ago

faas-cli - Assorted fixes

Published by alexellis about 7 years ago

  • Generate ARM64 output artifact from Travis
  • Remove zip file after downloading templates
faas-cli - Merge community enhancements

Published by alexellis about 7 years ago

  • 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
faas-cli -

Published by alexellis about 7 years ago

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

faas-cli - Include --filter flag

Published by alexellis about 7 years ago

  • Filtering via #87
faas-cli - Assorted CLI tweaks

Published by alexellis about 7 years ago

Includes - #77

faas-cli - "new" command for templating and faster Node.js template

Published by alexellis about 7 years ago

  • 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!

faas-cli - Invoke, list and strip binary

Published by alexellis about 7 years ago

  • 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

faas-cli - CLI parsing and documentation changes

Published by alexellis about 7 years ago

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

faas-cli - Pre-release Beta of CLI migration to Cobra

Published by alexellis about 7 years ago

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

  • Details on PR: #50

Many thanks to @johnmccabe

faas-cli - Pre-release of CLI migration to Cobra

Published by alexellis about 7 years ago

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

Many thanks to @johnmccabe