add missing token flag

pull/1369/head
Kelly 2020-08-26 12:32:49 -07:00
parent 0baff12f09
commit a02910d785
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ influx config create [flags]
| `-u` | `--host-url` | (**Required**) Connection URL for the new configuration. | string | |
| | `--json` | Output data as JSON (default `false`) | | `INFLUX_OUTPUT_JSON` |
| `-o` | `--org` | Organization name | string | |
| `-t` | `--token` | Authentication token | string | `INFLUX_TOKEN` |
## Examples
```sh