Update content/shared/influxdb3-cli/create/token.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/6002/head
Jameelah Mercer 2025-05-19 10:33:35 -07:00 committed by GitHub
parent adb3264f4d
commit 59dca83f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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