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

It seems I **cannot create tokens on a cloud2 instance**. I might be missing something here… ``` user@host:~/pa$ influx auth create --write-bucket testdata -d "token description" Error: could not find...

bug

The tool doesn’t list its own version number. I installed an official release for Ubuntu/Debian from https://portal.influxdata.com/downloads/ ``` user@host:~$ influx version Influx CLI dev (git: none) build_date: 2023-04-06T15:31:37Z user@host:~$ dpkg...

bug

This input probably isn’t expected, but I tried it on a whim. Validating inputs is a chore and clearly the REST endpoint is doing it (as expected), but not the...

bug

One bucket command can specify a bucket by name: ``` $ influx bucket delete --name test2 ID Name Retention Shard group duration Organization ID Schema Type Deleted 4336 test2 infinite...

enhancement

The github repository influx-cli contains no guidelines regarding contribution, like [influxdb ](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)or [telegraf](https://github.com/influxdata/telegraf/blob/master/CONTRIBUTING.md). Is it possible to contribute to the "influx-cli" repo and if so, do the same [CCLA ](https://www.influxdata.com/legal/ccla/)...

I am trying to create a retention policy on a bucket using the command `CREATE RETENTION POLICY "2year" ON "bucketname" DURATION 94w REPLICATION 1;` but I get this error `Error:...

Referenced from here: https://community.influxdata.com/t/annoying-shell-tooltips-how-to-disable-them/28265 ![influxshell](https://user-images.githubusercontent.com/1011714/214791085-a13eae63-cfa8-4740-b1a5-3c936d46ef72.png) Version `Influx CLI 2.6.1 (git: 61c5b4d) build_date: 2022-12-29T15:41:09Z` Command to call: `influx v1 shell -t ` Doing this in a Ubuntu 22 shell under the...

More of a nit than a critical bug. Take an example annotation such as: ``` #datatype measurement, double, double, double measurement,x,y,z demo,-0.514,0.070,1.672 ``` executing `influx write ... ` will return...

good first issue

It would be good to get feedback on the executed commands. Is it possible to get a result from the delete command like SQL e.g. "5 lines removed"

enhancement