Add shortcode for influx cli global flags

pull/610/head
pierwill 2019-11-15 15:16:57 -08:00
parent 6ace79c52b
commit 2bae7d2e3b
1 changed files with 8 additions and 0 deletions

View File

@ -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 |