Releases: auth0/auth0-cli
Releases · auth0/auth0-cli
v1.6.1
v1.6.0
v1.5.1
Fixed
- Resolved an issue with
auth0_resource_server_scopes
in theauth0_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
Added
- Support for
auth0_client_credentials
withinauth0_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 theauth0 login
command with an updated login flow [#1038]
Fixed
- Issue with listing tenants in JSON format. #1002
v1.4.0
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
v1.3.0
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
andauth0 ul prompts list
[#913] - Signing algorithm management when running
auth0 apis create
andauth0 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
v1.1.2
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
withauth0 tf generate
[#856]
v1.1.1
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
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]