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 > ```