Skip to content

v1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sergiught sergiught released this 14 Feb 15:31
· 321 commits to main since this release
e6a7dd5

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

Added

  • Storing access token in OS keyring if possible [#645]
  • DX improvements to test login and test token commands [#629]

Fixed

  • Apps shown in multi select when no app-id is passed [#648]