influx-cli
influx-cli copied to clipboard
CLI for managing resources in InfluxDB v2
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...
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...
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...
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...
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  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...
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"
Some tables with border chars are smashed.