Skip to content

Releases: openfaas/faas-cli

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]>

Enable shrinkwrap for templated images

04 Nov 14:15
Compare
Choose a tag to compare

Shrinkwrap writes out a set of intermediary files which can be used for CI/CD to build your function.

Basic authentication support

03 Nov 10:40
Compare
Choose a tag to compare

Highlights:

Huge props to @stefanprodan for PR and to #teamserverless for reviewing and testing. @johnmccabe @ericstoekl @Lewiscowles1986 @nenadilic84

$ faas-cli login --user admin --password-stdin
enter your password

With this change we introduce a new config file in your $HOME directory - .openfaas/config.yml

To remove credentials use faas-cli logout.

Re-enable suppress_lock flag

04 Nov 11:02
Compare
Choose a tag to compare
Pre-release

Re-enable suppress_lock flag as optional way to bypass writing a lock file for healthchecks.