Skip to content

Commit

Permalink
Add --skip-verify flag 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 2bae7d2 commit a0be4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/shortcodes/influx-cli-global-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | |

0 comments on commit a0be4e3

Please sign in to comment.