influx-cli icon indicating copy to clipboard operation
influx-cli copied to clipboard

CLI for managing resources in InfluxDB v2

Results 105 influx-cli issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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

enhancement

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,...

bug

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...

testing

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...

testing

See influxdata/influxdb#19722 for an early attempt at adding the sort of functionality we want.

enhancement

`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,...

enhancement

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....

bug