Add shortcode for influx cli global flags
parent
6ace79c52b
commit
2bae7d2e3b
|
@ -0,0 +1,8 @@
|
|||
## Global Flags
|
||||
|
||||
| Flag | Description | Input type |
|
||||
|:----------------|:--------------------------------------------------------------------------------------------|:----------:|
|
||||
| `-h`, `--help` | Help for the influx command | |
|
||||
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |
|
||||
| `--local` | Run commands against the local filesystem | |
|
||||
| `-t`, `--token` | API token to use in client calls | string |
|
Loading…
Reference in New Issue