faas-cli

Official CLI for OpenFaaS

OTHER License

Downloads
48
Stars
787
Committers
71

Bot releases are hidden (Show)

faas-cli - Adds "faas-cli delete" as alias for faas-cli remove

Published by alexellis about 4 years ago

Changelog for 0.12.9:

Commits
40555282492b1f7cfdb10d801fcdce251360ec25 Add delete as alias for remove by @alexellis

Generated by Derek

faas-cli - Additional fix for knative service generation

Published by alexellis over 4 years ago

Changelog for 0.12.8:

Commits
16f6eb9522cff9622b78cbe6450d60f8b3cd7ead Clarify annotations are for store functions for generate CMD by @alexellis
9f0cc07190039ce9c0f6fa06af9999c5733d256f omitempty for the serving Annotations by @alexellis

Generated by Derek

faas-cli - Fix for knative service generation

Published by alexellis over 4 years ago

Changelog for 0.12.7:

  • PR #816 Add annotations to revisionTemplate for knative by @alexellis

Commits
defd7e46b302ce667779f7b3aa6899cf2197d847 Add annotations to revisionTemplate for knative by @alexellis

Generated by Derek

faas-cli - Fix an issue with CI for Docker images

Published by alexellis over 4 years ago

Changelog for 0.12.6:

Commits
462fd90da687fd3ff3c491823f3cbc1986cfbd6e Revert incorrect username for CI by @alexellis

Generated by Derek

faas-cli - Release a root and non-root Docker image switching to ENTRYPOINT

Published by alexellis over 4 years ago

Changelog for 0.12.5:

  • PR #813 Add root user to Dockerfile for Google Cloud Build by @utsavanand2
  • PR #812 Ensure delete respects namespace value in stack file by @LucasRoesler
  • PR #808 Override the stack.yaml namespace field from faas-cli. Fixes #742 by @utsavanand2
  • PR #798 Move cli authentication to config package by @viveksyngh

Commits
372d120c34dc49f68c3eb7698d83caa17e3a3bb9 Add root user for faas-cli invokation by @utsavanand2
9ac49b3656a14c6140d265760b33fa546bd36fd9 Ensure delete respects namespace value in stack file by @LucasRoesler
080cde3a486e2cb7d72e411874f6e57b11073959 Fixes #742 by @utsavanand2
1519c150617b48016a16feba899036f18a80c1ee Return error from NewCLIAuth function by @viveksyngh
d4e8683d57672ff779467096280249d188449cc8 Return error from NewClient function by @viveksyngh
d2acc455604b1d450d7104edf79bea68566a64fd Move auth from config to proxy by @viveksyngh
2319347d6356a85e41097d756dd9e41447d74e2b Move cli authentication to config package by @viveksyngh

Generated by Derek

faas-cli - Fix path regression in proxy for Windows

Published by alexellis over 4 years ago

Changelog for 0.12.4:

  • PR #807 Use path instead of filepath for url building by @LucasRoesler
  • PR #756 Remove returns non zero exit code for HTTP error by @itohan-uk

Commits
f7c29ea19b5df9d7aa87e9c70aacf4d9315da2cd Use path instead of filepath for url building by @LucasRoesler
f9a4019176bf4ff0c2c3e7e39c8d2c01b3ddb94a Remove returns non zero exit code for HTTP error by @itohan-uk

Generated by Derek

faas-cli - Add --namespace to logs command

Published by alexellis over 4 years ago

Changelog for 0.12.3:

  • PR #793 Update struct for OpenFaaS Function store by @Waterdrips
  • PR #773 Provide --build-args for functions in stack.yml by @abhayvatoo
  • PR #802 Add namespace flag to logs command by @alexellis
  • PR #783 Fixes #747: convert sample github_hmac to use classic Go template by @Amalkh5
  • PR #788 Support base paths in the gateway url by @LucasRoesler

Commits
4c7ad39a5496a624420243e6eeb44af5c12809b9 Update Store Function generation to use v2 schema by @Waterdrips
7f0fca0e2930dd9725032c7173fb2d5bf80d18af Update struct for OpenFaaS Function store by @Waterdrips
fe03714530b76065c728d038a4fb00a799b7040f Pull build-args one level up in schema by @alexellis
6bd80c4a5ca5daae81ef7359636de14b57553117 Implement suggestions for code simplification by @abhayvatoo
7d211697a279aac82836f4a5bdd9227e19078224 Provide --build-args for functions in stack.yml by @abhayvatoo
0d2db5d7a98c0df256f7c8a5511da70cab2c7f56 Update redist Dockerfile by @alexellis
752124c58601b67351b579dad6d43ed8b17ed76e Encode namespace in values for logs URL by @alexellis
6265fa111353b265855862a70c8a61036446d457 Add namespace flag to logs by @alexellis
3b98878aa1b6300e1f9e1cb5ef2a28cdc6b6c1c1 convert sample github_hmac to use classic Go template by @Amalkh5
7cedd547ffde596cadacf6025fcd67564d890ce1 Inline the LookupEnv by @alexellis
54c6cff3a0ad6043af8ff1aa3417c2d8d3df4479 Handle errors in request building by @LucasRoesler
f0f57335e6d435f44f36675fb0df43931e2f5969 Support base paths in the gateway url by @LucasRoesler

Generated by Derek

faas-cli - Allow an id_token for implicit flow in auth command

Published by alexellis over 4 years ago

Changelog for 0.12.2:

  • PR #784 Use an id_token for implicit flow by @alexellis

Commits
2d183c713b32385831dc7f69c073e57c06e3b76c Add unit test for makeRedirectURI by @alexellis
fd52bee5f32a20151c37aed3695be05ae7654509 Validate redirect URI by @alexellis
293a164ad32e5f8ce517d1dfde9b85a6046a4821 Include --redirect-host flag by @alexellis
83897c2a7d38db13ba571bb9e8f4e06b9ae57f7b Use an id_token for implicit flow by @alexellis

Generated by Derek

faas-cli - Publish a :latest Docker image for the CLI

Published by alexellis over 4 years ago

Changelog for 0.12.1:

  • PR #776 Fixes #772: Push latest image to Docker Hub by @aidun
  • PR #778 Remove auth code from proxy by @viveksyngh

Commits
f28bbffcc3a28d2d110438339daf2aa4fc760ea2 Fixes #772: Push latest image to Docker Hub by @aidun
ff46ac43074b0d7a58f55d238733f267da8d9baa Remove auth code from proxy by @viveksyngh

Generated by Derek

faas-cli - Create SDK for OpenFaaS REST API

Published by alexellis over 4 years ago

Changelog for 0.12.0:

  • PR #753 [Feature] Create SDK for OpenFaaS REST API by @viveksyngh

Commits
b0a70a3f4f20d986ce12aff4216b3e7e07c0c44f Add client SDK for making proxy API calls by @alexellis
ea687659ecf14931a29be46c4d2866899d36c282 Read gateway environment in logout command by @viveksyngh

Generated by Derek

faas-cli - Read gateway environment in logout command

Published by alexellis over 4 years ago

Changelog for 0.11.8:

  • PR #764 Read gateway environment in logout command by @viveksyngh

Commits
ea687659ecf14931a29be46c4d2866899d36c282 Read gateway environment in logout command by @viveksyngh
30b7cec9634c708679cf5b4d2884cf597b431401 Allow override for kubeseal download by @alexellis

Generated by Derek

faas-cli - Download kubeseal to predictable path

Published by alexellis over 4 years ago

Changelog for 0.11.7:

Generated by Derek

faas-cli - Add copy common folder logic and custom function handler folders

Published by alexellis almost 5 years ago

Changelog for 0.11.6:

  • PR #744 [Feature] Copy common files into each function's handler folder by @LucasRoesler
  • PR #755 Add ability to specify handler folder for templates by @alexellis

Generated by Derek

faas-cli - Build with Go 1.13

Published by alexellis almost 5 years ago

Changelog for 0.11.5:

  • PR #743 Update npm tests to use mocha test framework by @burtonr

Generated by Derek

faas-cli - Use non-root user for docker image

Published by alexellis almost 5 years ago

Changelog for 0.11.4:

  • PR #751 Return an error if kubeseal release is not found by @Waterdrips
  • PR #741 Describe function command should include namespace in urls by @codegold79

Generated by Derek

faas-cli - Add --namespace to faas invoke command

Published by alexellis almost 5 years ago

Changelog for 0.11.3:

  • PR #738 Add --namespace to invoke command by @alexellis

Generated by Derek

faas-cli - Add namespaces command

Published by alexellis almost 5 years ago

Changelog for 0.11.2:

  • PR #736 Add namespaces command by @martindekov

Generated by Derek

faas-cli - Add stack file template configuration to build

Published by alexellis almost 5 years ago

Changelog for 0.11.1:

  • PR #726 Add stack file template configuration to build by @martindekov
  • PR #732 Consolidate exec package with go-execute for faas build by @alexellis
  • PR #723 Npm install updates by @burtonr

Generated by Derek

faas-cli - Deprecate legacy faas provider name in stack.yml

Published by alexellis almost 5 years ago

Changelog for 0.11.0:

  • PR #731 Depreciate generic "faas" provider for "openfaas" by @alexellis

Generated by Derek

curl -SLsf https://cli.openfaas.com | sudo sh
faas-cli - Download kubeseal and offer a warning about newer versions

Published by alexellis almost 5 years ago

Changelog for 0.10.5:

  • PR #730 Download kubeseal via faas-cli cloud seal command by @utsavanand2 & @alexellis

Generated by Derek