File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/shared/influxdb3-cli/create/token Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ influxdb3 create token --admin [OPTIONS]
13
13
| :-------| :------------|
14
14
| ` --regenerate ` | Regenerates the operator token. Requires ` --token ` and the current operator token |
15
15
| ` --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 ` ] |
18
18
| ` --token <token> ` | An existing admin token for the InfluxDB 3 server |
19
19
| ` --tls-ca <tls-ca> ` | An optional arg to use a custom ca for useful for testing with self signed certs |
20
20
| ` --format <FORMAT> ` | Output format for token, supports just json or text [ possible values: json, text] |
You can’t perform that action at this time.
0 commit comments