From 6161025dca71caeeae061de58065b3ecfc7db0f8 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 14 Apr 2025 22:16:36 -0500 Subject: [PATCH] fix(mono): get-started suggestions --- content/shared/v3-core-get-started/_index.md | 4 ++-- content/shared/v3-enterprise-get-started/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 0efb504bc..2522d3838 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -227,7 +227,7 @@ After you have [started the server](#start-influxdb), you can create and manage With authentication enabled, you must provide a token to access server actions. An {{% product-name %}} instance can have one _admin token_, which grants access to all CLI actions and API endpoints. -When you create a token, InfluxDB 3 returns a token string in clear text +When you create a token, InfluxDB 3 returns a token string in plain text that you use to authenticate CLI commands and API requests. Securely store your token, as you won't be able to retrieve it later. @@ -243,7 +243,7 @@ To have the `influxdb3` CLI use your admin token automatically, assign it to the #### Create an admin token -To create an admin token, use the `influxdb3 create token` subcommand and pass the `--admin` flag--for example: +To create an admin token, use the `influxdb3 create token --admin` subcommand--for example: ```bash influxdb3 create token --admin \ diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md index 6bafe1de2..55dbf398f 100644 --- a/content/shared/v3-enterprise-get-started/_index.md +++ b/content/shared/v3-enterprise-get-started/_index.md @@ -246,7 +246,7 @@ With authentication enabled, you must provide a token to access server actions. - Database tokens are scoped to a specific database and grant access to write and query data in that database. You can create multiple resource tokens for different databases - System tokens grant read access to system information and metrics for the server -When you create a token, InfluxDB 3 returns a token string in clear text +When you create a token, InfluxDB 3 returns a token string in plain text that you use to authenticate CLI commands and API requests. Securely store your token, as you won't be able to retrieve it later. @@ -262,7 +262,7 @@ To have the `influxdb3` CLI use your admin token automatically, assign it to the #### Create an admin token -To create an admin token, use the `influxdb3 create token` subcommand and pass the `--admin` flag--for example: +To create an admin token, use the `influxdb3 create token --admin` subcommand--for example: ```bash influxdb3 create token --admin \