From b1453315014a535dab19b8231208a4ec96fe0899 Mon Sep 17 00:00:00 2001 From: Ali Akhtar Date: Wed, 13 Oct 2021 22:19:13 +0500 Subject: [PATCH] Added documentation for changing the default text editor (#360) * Added documentation for changing the default text editor * Update README.md * Update README.md Co-authored-by: Rita Zerrizuela --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cf0098ef7..70c385a4c 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -254,3 +258,4 @@ Please check the [contributing guidelines](CONTRIBUTING.md). ## Author [Auth0](https://auth0.com) +-