Skip to content

Commit 6161025

Browse files
committed
fix(mono): get-started suggestions
1 parent 86713e2 commit 6161025

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ After you have [started the server](#start-influxdb), you can create and manage
227227
With authentication enabled, you must provide a token to access server actions.
228228
An {{% product-name %}} instance can have one _admin token_, which grants access to all CLI actions and API endpoints.
229229

230-
When you create a token, InfluxDB 3 returns a token string in clear text
230+
When you create a token, InfluxDB 3 returns a token string in plain text
231231
that you use to authenticate CLI commands and API requests.
232232
Securely store your token, as you won't be able to retrieve it later.
233233

@@ -243,7 +243,7 @@ To have the `influxdb3` CLI use your admin token automatically, assign it to the
243243
244244
#### Create an admin token
245245

246-
To create an admin token, use the `influxdb3 create token` subcommand and pass the `--admin` flag--for example:
246+
To create an admin token, use the `influxdb3 create token --admin` subcommand--for example:
247247

248248
```bash
249249
influxdb3 create token --admin \

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ With authentication enabled, you must provide a token to access server actions.
246246
- 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
247247
- System tokens grant read access to system information and metrics for the server
248248

249-
When you create a token, InfluxDB 3 returns a token string in clear text
249+
When you create a token, InfluxDB 3 returns a token string in plain text
250250
that you use to authenticate CLI commands and API requests.
251251
Securely store your token, as you won't be able to retrieve it later.
252252

@@ -262,7 +262,7 @@ To have the `influxdb3` CLI use your admin token automatically, assign it to the
262262
263263
#### Create an admin token
264264

265-
To create an admin token, use the `influxdb3 create token` subcommand and pass the `--admin` flag--for example:
265+
To create an admin token, use the `influxdb3 create token --admin` subcommand--for example:
266266

267267
```bash
268268
influxdb3 create token --admin \

0 commit comments

Comments
 (0)