faas-cli

Official CLI for OpenFaaS

OTHER License

Downloads
48
Stars
787
Committers
71

Bot releases are hidden (Show)

faas-cli - Remove OpenFaaS Cloud commands

Published by alexellis about 2 years ago

Changelog for 0.14.9:

Commits
d188521ee1c673b99c231fb06334842593e38488 Fix errors_test by @alexellis
b61b51e3f7bed5a9d85be76518bc6445d55649cd Remove openfaas-cloud commands by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.8...0.14.9

Generated by Derek

faas-cli - Sort environment variable list in faas-cli describe

Published by alexellis about 2 years ago

Changelog for 0.14.8:

  • PR #933 Make envVar output from describe deterministic by @rgee0

Commits
35fcca5759d012cd0d4298ad34588c400c31d836 Make describe output for envvars deterministic by @rgee0
e390a026070f2e1a346469a497dc078e22df24a1 Add multiple env vars to describe test table by @rgee0
d08553ed3f60fd33ee7b7d3ee35e9738d6e0e3c8 Update examples to remove Swarm format in stack.yml by @alexellis
dff5735940f0968641c42f6714c1cf2c889f9609 Fix typo in help message for publish command by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.7...0.14.8

Generated by Derek

faas-cli - Output read-only root filesystem setting from faas-cli generate

Published by alexellis about 2 years ago

Changelog for 0.14.7:

  • PR #930 Fix generate command for read-only root filesystem setting by @welteki

Commits
0451db85faebbc4b2c9c69c8af64686ff6617825 Fix generate command for read-only root filesystem setting by @welteki
b88dc1905f83664f0af7bea781375b80331eb4ba Update ISSUE_TEMPLATE.md by @alexellis
f7f12659f4e5178397a3558d08122f303aa24be0 Clarify the template not found message by @alexellis
4fe2b3fa248bc31ecc1f74d59c7d897f6c3e7e81 Rename build_redist to extract_binaries by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.6...0.14.7

Generated by Derek

faas-cli - Upgrade to Go 1.18 and introduce timeout flag for deploy and store deploy

Published by alexellis about 2 years ago

Changelog for 0.14.6:

  • PR #925 Upgrade to Go 1.18 and introduce timeout for deploy by @alexellis

Commits
fcf50cef7b3510d93dd109606fb300705bb509f2 Upgrade to Go 1.18 and introduce timeout for deploy by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.5...0.14.6

Generated by Derek

faas-cli - Add flag to setup QEMU for the publish command

Published by alexellis about 2 years ago

Changelog for 0.14.5:

  • PR #922 Add flag to setup QEMU for the publish command by @alexellis

Commits
3534df71572fe06356fb7085780ebeb3870ead37 Add flag to setup QEMU for the publish command by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.4...0.14.5

Generated by Derek

faas-cli - Enhancements for faas-cli describe

Published by alexellis over 2 years ago

Changelog for 0.14.4:

  • PR #915 feat: Add missing fields to the describe output by @LucasRoesler

Commits
17baca4d8fae28ea4b5c847351ec4dc251095fec fix: add section header for usage data in describe output by @LucasRoesler
f3f2eadcf6d52cacac3839080ffd7b49e7ceb6e5 fix: remove extra spaces from the describe output by @LucasRoesler
ece60be517ba385fe6586d79a4a57fa1c6df7b16 feat: create dynamic printer for the function describe output by @LucasRoesler
b65e279f9f503571e8613c71be48678ce3634d1b feat: Add missing fields to the describe output by @LucasRoesler

Changes: https://github.com/openfaas/faas-cli/compare/0.14.3...0.14.4

Generated by Derek

faas-cli - Fix issue with SDK

Published by alexellis over 2 years ago

Changelog for 0.14.3:

Commits
56b1a7db771a4f2062ec8d57a782d27a039ba9eb Fix an issue with gateway URL mutation by @alexellis
830ec7286dab93e44f4442795b99277828bbb597 Switch to idomatic approach for creating URLs by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.2...0.14.3

Generated by Derek

faas-cli - Add usage metrics for describe command

Published by alexellis over 2 years ago

Changelog for 0.14.2:

  • PR #910 Add usage metrics for describe command by @alexellis

Commits
b1c09c0243f69990b6c81a17d7337f0fd23e7542 Add usage metrics for describe command by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.1...0.14.2

Generated by Derek

faas-cli - PKCE support for OpenFaaS Pro customers

Published by alexellis almost 3 years ago

Changelog for 0.14.1:

Commits
d94600d2d2be52a66e0a15c219634f3bcac27318 Move to Go 1.17 and fix license-check by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.14.0...0.14.1

Generated by Derek

faas-cli - PKCE support for OpenFaaS Pro customers

Published by alexellis almost 3 years ago

Changelog for 0.14.0:

  • PR #908 Support PKCE for auth command for OpenFaaS Pro users by @alexellis

Commits
ad610f10710e890659fd6e08c08a300e555d01d6 Support PKCE for auth command for OpenFaaS Pro users by @alexellis

Changes: https://github.com/openfaas/faas-cli/compare/0.13.15...0.14.0

Generated by Derek

faas-cli - Fix formatting in the describe command

Published by alexellis almost 3 years ago

Changelog for 0.13.15:

  • PR #901 Fix describe command formatting by @xrazis

Commits
b562392b12a78a11bcff9c6fca5a47146ea2ba0a Fix describe command formatting by @xrazis

Changes: https://github.com/openfaas/faas-cli/compare/0.13.14...0.13.15

Generated by Derek

faas-cli - Fix for OIDC auth command

Published by alexellis about 3 years ago

Changelog for 0.13.14:

  • PR #893 Add the openfaas-fn namespace to function store Custom Resources by @yankeexe
  • PR #896 Show help message with no stack file and flags by @yankeexe

Commits
08e3e965c831d08b56afab143bc0ef11177d8950 Escape fragment for auth command by @alexellis
a230119be00f5fb832f0c5e92b39576e2fb1c91e Add default namespace for functions CRD by @yankeexe
38f62308d58b7bf56817931fa7c6b5f614d4d6e3 Show help message with no stack file and flags by @yankeexe

Generated by Derek

faas-cli - Create secrets from files in binary format (updated tests)

Published by alexellis over 3 years ago

Changelog for 0.13.13:

Commits
72816d486cf76c3089b915dfb0b66b85cf096634 Fix tests for comparing secrets by @alexellis

Generated by Derek

faas-cli - Create secret files in binary format where possible

Published by alexellis over 3 years ago

Changelog for 0.13.12:

  • PR #895 Create files as secrets in binary format by @alexellis

Commits
9655c00b326b24cdd05ab5796b1fa6630478e1bd Create secrets from files in binary format by @alexellis

Generated by Derek

faas-cli - Add annotations to generated OpenFaaS Custom Resource

Published by alexellis over 3 years ago

Changelog for 0.13.11:

  • PR #891 Add annotations to generated OpenFaaS CRs by @alexellis
  • PR #873 Add sort order to generate command by @rgee0
  • PR #883 Bump alpine to 3.13 by @gliptak
  • PR #877 build: fix image name when having the case foo:1234/bar by @cpanato

Commits
77ad215bcc6291dbf72c73caffe4d76aa2bb6fb1 Generate annotations in OpenFaaS CR output by @alexellis
047e2803de06a1980da78df9abd53c741c317468 Update for the demo by @alexellis
6d80dda57fb86452199116b5211a99d05606e7a4 Add ordering to env for knative generate by @rgee0
a68302fc7da9d362bc941eb12200bdfd736427f0 Add sort order to generate command by @rgee0
817968f250d4b52acdf64fc33d7b031c4630de81 Bump alpine to 3.13 by @gliptak
927cc77f1dc2f7b8d980fb14e4d50d8839ae26b4 Update ISSUE_TEMPLATE.md by @alexellis
80042ef4a413d7bdc4bd8811b631adef2e3d3f35 Update ISSUE_TEMPLATE.md by @alexellis
6aa5d8326e9189de1eb25c117e5137231d8689e5 Change a tab to spaces for alignment of message by @alexellis
1ef557f974c78fad67946d054bf97c2742e2e7a4 build: fix image name when having the case registry:8080/foo/bar by @cpanato

Generated by Derek

faas-cli - Allow sorting function list by creation

Published by alexellis over 3 years ago

Changelog for 0.13.10:

  • PR #876 list: add sort by createdAt field by @cpanato
  • PR #870 Skip already existing templates while build and publish by @nitishkumar71

Commits
6f0be272d1e00901193274e395b5c6bb71792af0 list: add sort by createdAt field by @cpanato
7de6613ff8fcfa16961fec6b8a00408650a843ec skip already existing templates while build and publish by @nitishkumar71

Generated by Derek

faas-cli - Set default namespace to empty within the CLI itself

Published by alexellis over 3 years ago

Changelog for 0.13.9:

  • PR #872 Remove "openfaas-fn" as default namespace by @rgee0

Commits
2cec97955a254358de5443987bedf8ceee272cf8 Remove "openfaas-fn" as default namespace by @rgee0

Generated by Derek

faas-cli - Add sorting of functions to faas-cli list

Published by alexellis over 3 years ago

Changelog for 0.13.8:

Commits
6e1d4848011947714ecd76ce006d12fb63fdda85 Add sort to the list command by @alexellis

Generated by Derek

faas-cli - Add sorting of functions to faas-cli list

Published by alexellis over 3 years ago

Changelog for 0.13.7:

Commits

Generated by Derek

faas-cli - Fix bug in registry-login command

Published by alexellis over 3 years ago

Changelog for 0.13.6:

Commits
6b5e7a14a598527063c7c05fb4187739b6eb6d38 Fix bug with registry-login command by @alexellis
0cb0b56c47fc75d3ea39b964c1d642ee1085d134 Add new-line to login message by @alexellis
4cd3b8cfca67ecf87f6081c9564b92eabbc4b935 Update dependencies for npm by @alexellis
5644507a2dd8ff25e012a22e0f967bedd8cccdce Update axios version to version without CVE by @alexellis
2a401be64583c86210bc2a8ce89339335ff5f9af Update axios for security issue found by @alexellis

Generated by Derek