All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0-beta.2 (Feb 14, 2023)
Refer to the v1 migration guide for instructions on how to navigate breaking changes.
To try the v1.0.0-beta.2
release:
# Binary will be downloaded to "./auth0".
curl -sSfL https://raw.githubusercontent.com/auth0/auth0-cli/main/install.sh | sh -s -- -b . "v1.0.0-beta.2"
# Note: will only download executable in current directory.
# Intentionally omitted from $PATH to avoid collisions with
# stable versions of the CLI. Append to $PATH at own risk.
./auth0 --version # Example execution
- Storing access token in OS keyring if possible #645
- DX improvements to
test login
andtest token
commands #629
- Apps shown in multi select when no app-id is passed #648
1.0.0-beta.1 (Jan 20, 2023)
- Ability to view user's assigned roles via
auth0 users roles show
#604 - Assign role(s) to user via
auth0 users roles assign
#605 - Remove user role(s) via
auth0 users roles remove
#606 perms
alias forauth0 roles permissions
command #534- Authenticating via client credentials with
auth0 login
#546 - Graceful access token regeneration #547
- Storing client secret in operating system keyring #578
- Supporting additional scopes through
--scopes
flag when authenticating as user #538 - Argument to specify log stream type for
auth0 logs streams create
andauth0 logs streams update
#599 - Better guidance on authenticating in the
auth0 login
help text #565 - Confirmation prompts before applying editor updates #603
--format json
flag/value pair consolidated to--json
#533- Flattened the
auth0 branding
commands into the root-level #540, #541 - Moved
auth0 ips
command toauth0 ap sit ips
#618 - Moved
auth0 users unblock
toauth0 users blocks unblock
#617 --reveal
flag for reveal client secret renamed to--reveal-secrets
#591- Editorializing code "hints" throughout project #570
- "something went wrong" error during
auth0 branding texts update
#584 - Help text descriptions for most instances of
--number
flag #610 - Allow updating a non-existent email template with
auth0 email templates update
#611 --no-input
flag works forauth0 test token
andauth0 test login
commands #613--no-color
flag works for all commands #594- All available triggers present when running
auth0 actions create
#597 - Extraneous payload property when running
auth0 orgs update
#583 - Users search command enables pagination through
--number
flag #588 - Tenant commands now respect
--tenant
flag #612 - Log tail output now displays absolute time instead of relative #590
- Adding missing headers for
auth0 logs list
#589 - Output new action data when running
auth0 actions update
#596 - Log streams "no roles" errors message #598
- Removed erroneous
auth0 apis show --json
truncation message #607 - Skip interactive elements when
--json
and--force
flags are passed #616
- Storybook preview when updating universal login templates #592
--force
and--json
flags relegated from global context, now applied only where appropriate #536, #595- Undocumented
auth0 config init
command #532 auth0 tenants add
command in favor ofauth0 login
#546- Updating of action triggers which inevitably results in error #597