Skip to content

Releases: openfaas/faas-cli

Allow Gateway URL override in env-var: OPENFAAS_URL

12 Mar 18:41
Compare
Choose a tag to compare

Notes:

  • Allows Gateway URL override in env-var: OPENFAAS_URL

I.e. you can add export OPENFAAS_URL=127.0.0.1:31112 to your .bash_rc file on Linux

Priority is explained in the README.md file

  • 127.0.0.1 is the new default URL

The default host of localhost is replaced for 127.0.0.1 to avoid issues with IPv6 aliases on some Linux systems

Adds new flags to invoke and new commands

02 Mar 11:01
Compare
Choose a tag to compare
  • --async flag for faas invoke #340
  • --header flag for faas invoke #333
  • optional username --prefix for faas new #339

Release contributors @johnmccabe @kenfdev @viveksyngh

Minor release for bug fix

02 Feb 09:48
Compare
Choose a tag to compare

faas template pull was not picking up the default repository.
Fixes brew build - #313

Tweaks to Function Store commands

31 Jan 21:28
Compare
Choose a tag to compare
  • Store command can accept -u or --url to provide an alternative JSON file.

Pull templates from private Git repos

24 Jan 08:36
Compare
Choose a tag to compare

Append http prefix to the gateway URL when missing #281 @stefanprodan
Pull templates from Git repos, including private #274 @LucasRoesler
Add Function Store to the CLI #265 @amirkarimi
Dockerfile as a language #275 @itscaro
use docker/pkg/term to correct colored texts on Windows #290 @itscaro
Bump Golang 1.9.2 #283 @itscaro
Moved vendoring tool to dep. #282 @dungeonmaster18

December patches

17 Jan 08:44
Compare
Choose a tag to compare

Changelog notes:

Minor fixes

02 Dec 18:43
Compare
Choose a tag to compare

Enables keep-alive for logging into the LoadBalancer on GKE. #246
Merge secrets from CLI arguments and YAML #241 #235

Utility script creates alias for faas #234

Support custom community templates

12 Nov 20:31
Compare
Choose a tag to compare
faas-cli template pull
faas-cli new --list

Fixes for CLI

11 Nov 09:05
Compare
Choose a tag to compare
  • Update .gitignore when generating templates #137
  • Default to stack.yml when no --yaml flag given #126

Tagging for brew.

04 Nov 20:03
Compare
Choose a tag to compare
Shrink-wrap for build

Signed-off-by: Alex Ellis <[email protected]>