Merge pull request #1815 from influxdata/max-line-length

Add --max-line-length flag to `write` docs
pull/1818/head
pierwill 2020-11-11 15:38:56 -08:00 committed by GitHub
commit 0347c76011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 23 deletions

View File

@ -31,7 +31,7 @@ influx write [command]
## Flags
| Flag | | Description | Input type | {{< cli/mapped >}} |
|:-----|:-------------------|:----------------------------------------------------------------------|:----------:|:----------------------|
|:-----|:--------------------|:--------------------------------------------------------------------------------|:----------:|:----------------------|
| `-c` | `--active-config` | CLI configuration to use for command | string | |
| `-b` | `--bucket` | Bucket name | string | `INFLUX_BUCKET_NAME` |
| | `--bucket-id` | Bucket ID | string | `INFLUX_BUCKET_ID` |
@ -44,6 +44,7 @@ influx write [command]
| | `--header` | Prepend header line to CSV input data | string | |
| `-h` | `--help` | Help for the `dryrun` command | | |
| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | `INFLUX_HOST` |
| | `--max-line-length` | Maximum number of bytes that can be read for a single line (default `16000000`) | integer | |
| `-o` | `--org` | Organization name | string | `INFLUX_ORG` |
| | `--org-id` | Organization ID | string | `INFLUX_ORG_ID` |
| `-p` | `--precision` | Precision of the timestamps (default `ns`) | string | `INFLUX_PRECISION` |