Address PR feedback
parent
7684cedecb
commit
8cde641255
|
@ -24,7 +24,7 @@ influx v1 dbrp create [flags]
|
|||
| | `--bucket-id` | Bucket ID to map to | | |
|
||||
| | `--configs-path` | Path to the influx CLI configurations (default: `~/.influxdbv2/configs`) | string | `$INFLUX_CONFIGS_PATH` |
|
||||
| | `--db` | InfluxDB v1 database to map from | | |
|
||||
| | `--default` | Set DBRP mapping as default | | |
|
||||
| | `--default` | Set DBRP mapping's retention policy as default | | |
|
||||
| `-h` | `--help` | Help for the `create` command | | |
|
||||
| | `--hide-headers` | Hide table headers (default: `false`) | | `$INFLUX_HIDE_HEADERS` |
|
||||
| | `--host` | HTTP address of InfluxDB | string | `$INFLUX_HOST` |
|
||||
|
|
|
@ -33,6 +33,6 @@ influx v1 dbrp list [flags]
|
|||
| | `--json` | Output data as JSON (default: `false`) | | `$INFLUX_OUTPUT_JSON` |
|
||||
| `-o` | `--org` | Organization name | string | `$INFLUX_ORG` |
|
||||
| | `--org-id` | Organization ID | string | `$INFLUX_ORG_ID` |
|
||||
| | `--rp` | InfluxDB v1 retention policy | string | `$INFLUX_ORG` |
|
||||
| | `--rp` | Filter DBRP mappings by InfluxDB v1 retention policy | string | `$INFLUX_ORG` |
|
||||
| | `--skip-verify` | Skip TLS certificate verification | | |
|
||||
| `-t` | `--token` | Authentication token | string | `$INFLUX_TOKEN` |
|
||||
|
|
|
@ -22,7 +22,7 @@ influx v1 dbrp update [flags]
|
|||
|------|-------------------|--------------------------------------------------------------------------------------------|------------|-------------------------|
|
||||
| `-c` | `--active-config` | Config name to use for command | string | `$INFLUX_ACTIVE_CONFIG` |
|
||||
| | `--configs-path` | Path to the influx CLI configurations (default: `~/.influxdbv2/configs`) | string | `$INFLUX_CONFIGS_PATH` |
|
||||
| | `--default` | Set DBRP mapping as default | | |
|
||||
| | `--default` | Set DBRP mapping's retention policy as default | | |
|
||||
| `-h` | `--help` | Help for the `update` command | | |
|
||||
| | `--hide-headers` | Hide the table headers (default: `false`) | | `$INFLUX_HIDE_HEADERS` |
|
||||
| | `--host` | HTTP address of InfluxDB | string | `$INFLUX_HOST` |
|
||||
|
|
Loading…
Reference in New Issue