faas-cli

Official CLI for OpenFaaS

OTHER License

Downloads
48
Stars
787
Committers
71

Bot releases are visible (Hide)

faas-cli - Update faas-cli cloud seal help

Published by alexellis almost 5 years ago

Changelog for 0.10.4:

  • Updates the example usage for faas-cli cloud seal to include the --from-file syntax. Fixes: #729 @alexellis
  • PR #719 Add controller name from ofc-bootstrap to the kubeseal help message by @csakshaug

Generated by Derek

faas-cli - Fix regression with "faas-cli template pull"

Published by alexellis almost 5 years ago

Changelog for 0.10.3:

  • PR #721 Restore getTemplateURL() in template pull by @rgee0

Generated by Derek

faas-cli - Fix namespace in invoke URL

Published by alexellis almost 5 years ago

Changelog for 0.10.2:

  • PR #718 Add namespace to outputted deployed URL by @martindekov

Generated by Derek

faas-cli - Update verbosity for logs command

Published by alexellis almost 5 years ago

faas-cli - Template stack pull and OAuth token saving

Published by alexellis almost 5 years ago

Changelog for 0.10.0:

  • PR #620 Use functions.json file for store by @viveksyngh
  • PR #716 Add oauth2 token support to all commands by @viveksyngh
  • PR #646 NPM package for installing faas-cli by @doowb
  • PR #676 Update commands to prefer named functions over yaml files by @HeavyHorst
  • PR #668 Add template pull stack by @martindekov
  • PR #711 Save oauth tokens to the openfaas config file by @viveksyngh

Generated by Derek

faas-cli - Fix issue with cloud seal command

Published by alexellis about 5 years ago

Changelog for 0.9.5:

  • PR #709 Fix issue with cloud seal command by @viveksyngh
  • PR #707 Add unit test for secrets in forbidden namespace by @viveksyngh
  • PR #675 Feature: Add flags for new command to input cpu/memory by @alexellis
  • PR #681 Propagate the copy error in call stack by @viveksyngh

Generated by Derek

faas-cli - Add namespace flag to secrets commands

Published by alexellis about 5 years ago

Changelog for 0.9.4:

  • PR #706 Add namespace flag to secrets commands by @viveksyngh
  • PR #704 Use Secret struct from faas-provider by @viveksyngh
  • PR #703 Update vendored code and YAML parsing library by @alexellis
  • PR #698 Remove deprecated auto completion section from CONTRIBUTING by @jonatasbaldin

Generated by Derek

faas-cli - Add --tag describe option to faas-cli build and namespaces

Published by alexellis about 5 years ago

Changelog for 0.9.3:

  • PR #694 Add support for namespaces by @martindekov
  • PR #696 Final touches completion command by @jonatasbaldin
  • PR #695 Add new completion command supporting bash and zsh by @jonatasbaldin
  • PR #682 WIP Proposal use git describe as build tag by @LucasRoesler
  • PR #686 Respect env var for template url for new and build by @cconger
faas-cli - Add flags to customize log output format

Published by alexellis about 5 years ago

Changelog:

  • Add flags to control the log output format #672 via @LucasRoesler
faas-cli - Add --read-template=true/false to faas-cli deploy

Published by alexellis about 5 years ago

Changelog:

  • Add --read-template=true/false to faas-cli deploy via @bmcstdio
faas-cli - Refactoring: Move to use faas-provider vs gateway for function structs

Published by alexellis about 5 years ago

Changelog:

  • Move to use faas-provider vs gateway for function structs #669
faas-cli - Support Risc-V for build target

Published by alexellis about 5 years ago

Changelog:

  • Support Risc-V for build target #667

Change updates the sys modules from Go, but does not add a multi-arch binary.

faas-cli - Trim newlines from log messages

Published by alexellis over 5 years ago

Changelog:

  • Trim newlines from log messages #660 by LucasRoesler
faas-cli - Add logs support

Published by alexellis over 5 years ago

Changelog:

  • Implement log streaming command #613 via @LucasRoesler
  • Add token auth support to the logs cmd #658 via @LucasRoesler
faas-cli - Fix `template store list` command for ARM64

Published by alexellis over 5 years ago

Changelog:

  • Fix template store list command for ARM64 #654 - @rgee0 @martindekov
faas-cli - Add client_credentials to auth command

Published by alexellis over 5 years ago

Changelog:

  • Add client_credentials to auth command for machine-to-machine auth #652 @alexellis

See README.md for instructions on how to use.

faas-cli - Additional validation for auth command

Published by alexellis over 5 years ago

Changelog:

  • Add additional validation for auth command #651 via @alexellis

This adds in validation messages for empty flags. Thanks @rgee0 for finding.

faas-cli - Add OAuth2 / JWT token authentication

Published by alexellis over 5 years ago

Changelog:

  • Add OAuth2 / JWT token authentication #648 #649

You can now use --token or -k to pass a JWT token through as a Bearer token for gateways implementing OAuth2/OIDC/JWT-validation.

To start the flow use faas-cli auth --help and then once you have token pass it to any command such as faas-cli list.

Update today: https://docs.openfaas.com/cli/install/

faas-cli - Add OAuth2 / JWT token authentication

Published by alexellis over 5 years ago

Changelog:

  • Add OAuth2 / JWT token authentication #648 #649

You can now use --token or -k to pass a JWT token through as a Bearer token for gateways implementing OAuth2/OIDC/JWT-validation.

To start the flow use faas-cli auth --help and then once you have token pass it to any command such as faas-cli list.

Update today: https://docs.openfaas.com/cli/install/

faas-cli - Update generate CRD command help message

Published by alexellis over 5 years ago

Changelog:

  • Update generate CRD command help message #650 via @viveksyngh

This shows the OpenFaaS CRD API (default) and the Knative API so that users don't have to go searching.