From 59dca83f14f8d85a3dd2de20e41d1e14c347b28a Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Mon, 19 May 2025 10:33:35 -0700 Subject: [PATCH] Update content/shared/influxdb3-cli/create/token.md Co-authored-by: Jason Stirnaman --- content/shared/influxdb3-cli/create/token.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/create/token.md b/content/shared/influxdb3-cli/create/token.md index 2c423bf21..ff49fee36 100644 --- a/content/shared/influxdb3-cli/create/token.md +++ b/content/shared/influxdb3-cli/create/token.md @@ -58,7 +58,8 @@ Replace the following: - {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: Name for your new database > [!Note] -> Set the token as an environment variable to simplify repeated commands: +> Set the token as an environment variable to simplify repeated CLI commands: +> > ```bash > export INFLUXDB3_AUTH_TOKEN=YOUR_ADMIN_TOKEN > ```