Skip to content

Commit fd6bd6a

Browse files
committed
fix(mono): formatting
1 parent badc271 commit fd6bd6a

File tree

1 file changed

+2
-2
lines changed
  • content/shared/influxdb3-cli/create/token

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ influxdb3 create token --admin [OPTIONS]
1313
|:-------|:------------|
1414
| `--regenerate` | Regenerates the operator token. Requires `--token` and the current operator token |
1515
| `--name <NAME>` | Name of the token |
16-
| `--expiry <EXPIRY>` | Expires in `duration`, e.g 10d for 10 days 1y for 1 year |
17-
| `--host <host>` | The host URL of the running InfluxDB 3 server [env: INFLUXDB3_HOST_URL=] [default: http://127.0.0.1:8181] |
16+
| `--expiry <EXPIRY>` | Expires in `duration`--for example, 10d for 10 days 1y for 1 year |
17+
| `--host <host>` | The host URL of the running InfluxDB 3 server [env: `INFLUXDB3_HOST_URL=`] [default: `http://127.0.0.1:8181`] |
1818
| `--token <token>` | An existing admin token for the InfluxDB 3 server |
1919
| `--tls-ca <tls-ca>` | An optional arg to use a custom ca for useful for testing with self signed certs |
2020
| `--format <FORMAT>` | Output format for token, supports just json or text [possible values: json, text] |

0 commit comments

Comments
 (0)