Skip to content

Commit

Permalink
Added documentation for changing the default text editor (#360)
Browse files Browse the repository at this point in the history
* Added documentation for changing the default text editor

* Update README.md

* Update README.md

Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
aliakhtar and Widcket authored Oct 13, 2021
1 parent 343e7b3 commit b145331
Showing 1 changed file with 5 additions and 0 deletions.
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)
-

0 comments on commit b145331

Please sign in to comment.