From bba8e4eace5ce66cc61bfe3b33996fbf78eb46ee Mon Sep 17 00:00:00 2001 From: Ali Akhtar Date: Wed, 13 Oct 2021 21:32:35 +0500 Subject: [PATCH 1/3] Added documentation for changing the default text editor --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cf0098ef7..f199a2373 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,16 @@ The authenticator of the CLI defaults to the default Auth0 cloud `auth0.auth0.co AUTH0_OAUTH_TOKEN_ENDPOINT - OAuth Token URL ``` +### Text Editor + +To change the text editor used for editing templates, set the environment variable `EDITOR`. E.g: + +`export EDITOR="code -w"` + +`export EDITOR="nano"` + +etc + ## 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 +264,4 @@ Please check the [contributing guidelines](CONTRIBUTING.md). ## Author [Auth0](https://auth0.com) +- From bad8ef09b05a384404f9849ce67e0e7076483e91 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 13 Oct 2021 14:07:48 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index f199a2373..18ddfeb8d 100644 --- a/README.md +++ b/README.md @@ -233,16 +233,10 @@ The authenticator of the CLI defaults to the default Auth0 cloud `auth0.auth0.co AUTH0_OAUTH_TOKEN_ENDPOINT - OAuth Token URL ``` -### Text Editor - -To change the text editor used for editing templates, set the environment variable `EDITOR`. E.g: +To change the text editor used for editing templates, set the environment variable `EDITOR`: `export EDITOR="code -w"` - `export EDITOR="nano"` - -etc - ## 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`. From e1f887acccc171fb16e6050c324a9807703f5726 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 13 Oct 2021 14:09:12 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ddfeb8d..70c385a4c 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ 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, set the environment variable `EDITOR`: +To change the text editor used for editing templates, rules, and actions, set the environment variable `EDITOR`: `export EDITOR="code -w"` `export EDITOR="nano"`