Update regenerate.md (#6497)
added --token flag before operator token Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/6512/head^2
parent
d7233aa93f
commit
fe159e66c4
|
|
@ -32,8 +32,8 @@ Use the `--regenerate` flag with the
|
||||||
{{% code-placeholders "OPERATOR_TOKEN" %}}
|
{{% code-placeholders "OPERATOR_TOKEN" %}}
|
||||||
```bash
|
```bash
|
||||||
influxdb3 create token --admin \
|
influxdb3 create token --admin \
|
||||||
--regenerate
|
--regenerate \
|
||||||
OPERATOR_TOKEN
|
--token OPERATOR_TOKEN
|
||||||
```
|
```
|
||||||
{{% /code-placeholders %}}
|
{{% /code-placeholders %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue