v1.0.0-beta.2
Pre-release
Pre-release
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
andtest token
commands [#629]
Fixed
- Apps shown in multi select when no app-id is passed [#648]