diff --git a/layouts/shortcodes/influx-cli-global-flags.md b/layouts/shortcodes/influx-cli-global-flags.md new file mode 100644 index 000000000..a11c95279 --- /dev/null +++ b/layouts/shortcodes/influx-cli-global-flags.md @@ -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 |