Skip to content

Commit

Permalink
Adding beta install instructions to CHANGELOG (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd authored Jan 20, 2023
1 parent b941b6e commit 6843c6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Refer to the [v1 migration guide](MIGRATION_GUIDE.md) for instructions on how to navigate breaking changes.

To try the `v1.0.0-beta.1` release:

```bash
# 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.1"

# 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

- Ability to view user's assigned roles via `auth0 users roles show` [#604]
Expand Down

0 comments on commit 6843c6a

Please sign in to comment.