Releases: openfaas/faas-cli
Releases · openfaas/faas-cli
Secrets support at deploy time
This release adds secret support at deploy time in YAML or via --secret
flag.
Related: openfaas/faas-netes#54
Go template
Thanks to Nic + Community for Go template.
0.4.18 release bump
Added Go templates:
faas-cli new --lang go FUNCTION_NAME
Merge community changes
- Removes
--name
parameter fromnew
andinvoke
. - Adds integration tests
Include parameter change to `invoke`
Includes - #132
Rolled up changes and coloured logo
Add blue colour to new and version commands Signed-off-by: Alex Ellis <[email protected]>
Alpha release of changed namespaces.
Alpha release of changed namespaces.
Parallel builds via --parallel N
Now you can build N functions at once with:
$ faas-cli build -f stack.yml --parallel N
- Supports --update for deployments
Save time by using faas-cli deploy --update --replace=false
with supported back-ends
ARM64 binary and Python3 official template
- ARM64 binary
- Python3 official template
Alpha release with ARM64 support
0.4.15-alpha1 Update .travis.yml