Releases: openfaas/faas-cli
Allow Gateway URL override in env-var: OPENFAAS_URL
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
--async
flag forfaas invoke
#340--header
flag forfaas invoke
#333- optional username
--prefix
forfaas new
#339
Release contributors @johnmccabe @kenfdev @viveksyngh
Minor release for bug fix
faas template pull
was not picking up the default repository.
Fixes brew
build - #313
Tweaks to Function Store commands
- Store command can accept -u or --url to provide an alternative JSON file.
Pull templates from private Git repos
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
Changelog notes:
- Use original file-mode from templates/source @ganesshkumar
- get.sh uses non-root @rgee0
- CPU limit support @nicholasjackson
- Automatic update (rather than delete/re-create) for existing functions @ericstoekl
- Use external template repository openfaas/templates @alexellis
- Error message refactoring @itscaro
Minor fixes
Support custom community templates
- Support custom community templates via #220 @ericstoekl @itscaro
faas-cli template pull
faas-cli new --list
Fixes for CLI
Tagging for brew.
Shrink-wrap for build Signed-off-by: Alex Ellis <[email protected]>