Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for changing the default text editor #360

Merged
merged 3 commits into from
Oct 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ The authenticator of the CLI defaults to the default Auth0 cloud `auth0.auth0.co
AUTH0_OAUTH_TOKEN_ENDPOINT - OAuth Token URL
```

To change the text editor used for editing templates, rules, and actions, set the environment variable `EDITOR`:

`export EDITOR="code -w"`
`export EDITOR="nano"`
## Anonymous Analytics

By default, the CLI tracks some anonymous usage events. This helps us understand how the CLI is being used, so we can continue to improve it. You can opt-out by setting the environment variable `AUTH0_CLI_ANALYTICS` to `false`.
Expand All @@ -254,3 +258,4 @@ Please check the [contributing guidelines](CONTRIBUTING.md).
## Author

[Auth0](https://auth0.com)
-