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

Currently, the backup process is pretty slow, because it only downloads one shard at a time from the Influx API and stores it on the file system. This process tends...

task create via stdin works. task update via stdin is listed as an option, but isn't accepted. $ influx version Influx CLI 2.2.1 (git: 31ac783) build_date: 2022-01-02T12:05:34Z $ influx task...

In `api/Error.go`, we are using `\n` for error formatting in a few places, when errors are usually expected to be single line return values. For example here: https://github.com/influxdata/influx-cli/blob/041ebf65e336632f2fe4028396f5574238b6b28b/api/error.go#L121 (this code...

tech-debt

I'm opening this for a customer who notes that in order to set `INFLUX_CONFIGS_PATH` on Windows: >The path must not be enclosed in quotes and >the path can have whitespaces...

enhancement

If we re-apply a template, it is difficult to know whether existing objects in the template are changing or not. This is especially difficult for e.g.: * `check` entities that...

I have an InfluxDB instance on a Windows machine and want to access it via influx CLI. The InfluxDB instance has TLS enabled with a certificate signed by a Certificate...

Attempting to run a command such as `influx export all` with an improperly-scoped token, e.g. a token with read/write access to a single bucket in a cloud2 account, gives different...

bug
documentation

From community slack: ``` I am unable to backup data: PS C:\Temp\influxbackup> influx backup . 2021/12/21 09:52:07 INFO: Downloading legacy KV snapshot 2021/12/21 09:52:07 INFO: Extracting bucket manifest from legacy...

Hi, I have a influxDB2.1 (InfluxDB 2.1.1Server: 657e183Frontend: cc65325) and the latest influxCLI 2.2.1. When I create a user with the CLI I get 'write:users is unauthorized' despite using a...

The influx write command does not quote the field value of a string field and produces a bad request error. Looking at [Line Protocol syntax reference](https://docs.influxdata.com/influxdb/cloud/reference/syntax/line-protocol/#whitespace), the second *unescaped* whitespace...