added url parameter to write command
parent
75499d038a
commit
86ebd8b9c2
|
@ -45,5 +45,6 @@ influx write [command]
|
|||
| `-p`, `--precision` | Precision of the timestamps (default `ns`) | string | `INFLUX_PRECISION` |
|
||||
| `--skipHeader` | Skip first n rows of input data | integer | |
|
||||
| `--skipRowOnError` | Output CSV errors to stderr, but continue processing | | |
|
||||
| `-u`, `--url` | URL to import data from | string | |
|
||||
|
||||
{{% cli/influx-global-flags %}}
|
||||
|
|
|
@ -39,5 +39,6 @@ influx write dryrun [flags]
|
|||
| `-p`, `--precision` | Precision of the timestamps (default `ns`) | string | `INFLUX_PRECISION` |
|
||||
| `--skipHeader` | Skip first n rows of input data | integer | |
|
||||
| `--skipRowOnError` | Output CSV errors to stderr, but continue processing | | |
|
||||
| `-u`, `--url` | URL to import data from | string | |
|
||||
|
||||
{{% cli/influx-global-flags %}}
|
||||
|
|
Loading…
Reference in New Issue