influx-cli
influx-cli copied to clipboard
CLI for managing resources in InfluxDB v2
in 1.x, importing large files via the CLI would print out a status message to let you know how it is progressing. https://docs.influxdata.com/influxdb/v1.6/tools/shell/#influx-arguments `Note: For large datasets, influx writes out...
Proposal: Add a message to "influx template validate" confirming that validation succeeded. Current behavior: ❯ influx template validate -f https://raw.githubusercontent.com/influxdata/community-templates/master/linux_system/linux_system.yml ❯ Desired behavior: A message like "Template is valid" when...
Steps to reproduce: 1. Run "influx template" Expected behavior: See 'influx template -h' for help Actual behavior: Nothing is returned Environment info: Influx CLI 2.0.1 (git: 37cc047133) build_date: 2020-11-11T03:53:31Z
We set minimum widths for each column in formatted query outputs. Those minimums are currently hard-coded (#87 copied the old values from `influxdb`, and added some more). On narrow screens,...
There are rumors / vague feelings that the old `influx` CLI only supported returning a max of 100mb via `influx query`. We should stress-test the new implementation to see what...
Questions to answer: * When do we want to run e2e tests? * On every PR? * As a nightly job? * Before releases? * Which host systems do we...
See influxdata/influxdb#19722 for an early attempt at adding the sort of functionality we want.
CLI side of influxdata/influxdb#21737
`influx write` supports reading data as a positional arg, or from a file. It's easy for users to get mixed up and accidentally pass a filename as a positional arg,...
When running `influx apply -f $FILENAME --force true --json`, the output to stdout is not parseable as JSON __Steps to reproduce:__ List the minimal actions needed to reproduce the behavior....