Releases: openfaas/faas-cli
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]>
Enable shrinkwrap for templated images
Shrinkwrap writes out a set of intermediary files which can be used for CI/CD to build your function.
Basic authentication support
Highlights:
- Basic authentication support #182 via @stefanprodan
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
Re-enable suppress_lock flag as optional way to bypass writing a lock file for healthchecks.