Skip to content

Commit

Permalink
Add --skip-verification to cli global flags
Browse files Browse the repository at this point in the history
Closes #608
  • Loading branch information
pierwill committed Nov 15, 2019
1 parent 707d758 commit f500836
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions layouts/shortcodes/influx-cli-global-flags.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 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 |
| 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 |
| `--skip-verify` | Skip certificate verification (use when connecting over TLS with a self-signed certificate) | |

0 comments on commit f500836

Please sign in to comment.