influx-cli
influx-cli copied to clipboard
CLI for managing resources in InfluxDB v2
Previously, we had a flux REPL in the CLI. It was removed due to various concerns. The following concerns we believe we can fix: * The flux version in the...
__Proposal:__ To support large data imports, `influx write` should have the following improvements: - [ ] Error handling - failing lines are written out to a log file with the...
__Proposal:__ `influx write` should support recording more than just CSV->LP conversion errors. __Current behavior:__ Only CSV->LP conversion errors are written to the location pointed to by `--errors-file`. Other errors are...
similar to other commands, we should allow users to load measurement schemas from urls using the `-u, --url` flag.
flag values that start with a hyphen are interpreted as short options and cause option parse errors.
It's not possible to use long option arguments starting with `-`, when the long option is in the form `--opt arg`. The command line parsing library attempts to interpret the...
this would be useful for running setup scripts using docker compose. `influxdb-cli` as the name would work i think.
### Problem Running the following, where the line protocol input is only 4 lines, the influx binary hangs after writing the data. ``` ssh thurston07 ./build/influx-cli/bin/linux/influx write \ --host http://window2-regression.a.influxcloud.dev.local...
with #208 you can avoid adding skip-verify to your requests, but it would be nice to configure that as part of your config profile so that you could adjust it...
From the [source code][a]: > Set to 'true' to skip confirmation before applying changes. Set to 'conflict' to skip confirmation and overwrite existing resources The way it [works now][b]... >...
There are a few error handling options in the `influx write` command that are available for CSV files, but not for LP files. The ones i know of are `--skipRowOnError`,...