Add `--skip-verify` flag to cli global flags

Closes #608
pull/610/head
pierwill 2019-11-15 15:17:32 -08:00
parent 2bae7d2e3b
commit a0be4e3784
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@
| `--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 |
| `--skip-verify` | Skip certificate verification (use when connecting over TLS with a self-signed certificate) | |