Skip to content

Releases: auth0/auth0-cli

v1.6.0

18 Oct 05:24
7dc58e0
Compare
Choose a tag to compare

Added

  • Support for importing Flows, Forms and FlowVaultConnections Terraform Resources [#1084]

Fixed

  • Resolved an issue to support passwordless connection while creating and updating a user [#1091]

v1.5.1

04 Oct 08:55
e7536d4
Compare
Choose a tag to compare

Fixed

  • Resolved an issue with auth0_resource_server_scopes in the auth0_resource_server Terraform import when generating Terraform configuration [#1079]
  • Improved error handling in auth0 ul customize to gracefully ignore specific prompt errors [#1081]
  • Fixed an issue with the display of custom domains data and deletion across all commands that involve multiple pick options [#1083]

v1.5.0

13 Sep 11:34
5cff636
Compare
Choose a tag to compare

Added

  • Support for auth0_client_credentials within auth0_client when generating Terraform configuration [#1032]
  • Support for auth0_email_template when generating Terraform configuration [#988]
  • Ability to use Custom Partial Prompts in the auth0 universal-login customize command [#1031]
  • Ability to manage the login domain through the --domain flag in the auth0 login command with an updated login flow [#1038]

Fixed

  • Issue with listing tenants in JSON format. #1002

v1.4.0

01 Feb 16:33
54e9a30
Compare
Choose a tag to compare

Added

  • Warning when the user is about to delete the client used to authenticate the CLI [#934]
  • Ability to select multiple IDs when deleting a resource [#935]
  • Support for multiple identifiers for blocks list and unblock commands [#931]
  • Ability to manage client metadata through --metadata flag on apps create and update commands [#938]
  • Allow piped-in templates when invoking the universal-login templates update command [#950]
  • CSV format for list commands [#955]

Fixed

  • Listing organizations members in json format [#953]
  • Prevent saving branding data in universal-login customize command if empty [#968]

Changed

  • Set default resources per page to 100 when invoking list commands [#940]
  • Standardize error messages [#943]
  • Progress indicator changed from a spinner icon to a progress bar across commands that work with bulk resources [#949]

v1.3.0

01 Dec 16:54
2bd069c
Compare
Choose a tag to compare

Added

  • Audience dropdown UI when running auth0 test token [#906]
  • Scopes dropdown UI when running auth0 test token [#910]
  • Active tenant indicator when running auth0 tenants list [#907]
  • Prompt dropdown UI when running auth0 ul prompts update and auth0 ul prompts list [#913]
  • Signing algorithm management when running auth0 apis create and auth0 apis update [#926]
  • Log stream dropdown UI when running auth0 logs streams show [#920]
  • Validate connection is enabled before creating and importing users [#921]

Fixed

  • Display description field when updating roles in interactive mode [#915]
  • Only store access token in config file if keyring unavailable [#919]
  • Only display undeployed actions when running auth0 actions deploy [#916]
  • Don't require any scopes when authenticating with client credentials [#917]
  • Show help text when no arguments provided when running auth0 api [#914]

Changed

  • Removal of "Getting members of organization" loader messaging when running auth0 orgs members list [#918]

v1.2.0

02 Nov 14:08
046bdd3
Compare
Choose a tag to compare

Added

  • universal-login customize command for customizing the branding for the new Universal Login Experience [#882]

v1.1.2

29 Sep 13:35
7646242
Compare
Choose a tag to compare

Fixed

  • Disallowing of mismatched Auth0 domain in Terraform provider when using auth0 tf generate [#858]
  • Check if an email provider is configured before exporting with auth0 tf generate [#857]
  • Check if a resource server has associated scopes before exporting auth0_resource_server_scopes with auth0 tf generate [#856]

v1.1.1

22 Sep 13:59
c2826ae
Compare
Choose a tag to compare

Fixed

  • Passing of multiple dependencies for auth0 action commands [#850]
  • JSON unmarshalling error when testing login of Apple social connections [#851]
  • Free-tiered tenants erroring when exporting custom domains with auth0 tf generate [#854]

Changed

  • Terraform provider version using latest version, 1.0.0 at minimum, for auth0 tf generate [#853]

v1.1.0

15 Sep 15:21
ada09d8
Compare
Choose a tag to compare

Added

  • terraform generate command for auto-generating Terraform configuration from your Auth0 tenant. Refer to the Generate Terraform Config guide for instructions on how to use. [#792]
  • Retry for select HTTP error codes [#839]

Fixed

  • Passing of multiple secrets for auth0 action commands [#844]
  • Show non-ready custom domains with auth0 domains list command [#781]

v1.0.1

21 Apr 12:03
15dd3c4
Compare
Choose a tag to compare

Fixed

  • "Not logged in. Try 'auth0 login'." warnings when installing from package manager [#741]
  • Unmarshaling log scopes error with auth0 logs commands [#745]
  • Returning empty array when no results with --json flag [#747]
  • Error occurring no tenant logs when running auth0 logs commands [#744]
  • Always showing the hint to log in even if we are logged in [#743]