add missing token flag
parent
0baff12f09
commit
a02910d785
|
@ -28,6 +28,7 @@ influx config create [flags]
|
||||||
| `-u` | `--host-url` | (**Required**) Connection URL for the new configuration. | string | |
|
| `-u` | `--host-url` | (**Required**) Connection URL for the new configuration. | string | |
|
||||||
| | `--json` | Output data as JSON (default `false`) | | `INFLUX_OUTPUT_JSON` |
|
| | `--json` | Output data as JSON (default `false`) | | `INFLUX_OUTPUT_JSON` |
|
||||||
| `-o` | `--org` | Organization name | string | |
|
| `-o` | `--org` | Organization name | string | |
|
||||||
|
| `-t` | `--token` | Authentication token | string | `INFLUX_TOKEN` |
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue