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

*Proposal* Add support for multiple types of date times for CSV upload with the InfluxDB CLI. *Current Behavior* The CLI only supports Unix timestamp, RFC3339, and use defined truncations of...

our query api for cloud supports influxql queries: https://docs.influxdata.com/influxdb/cloud/api/#operation/PostQuery this issue would update the `influx query` command to include an explicit `--type` flag which would default to `flux`. When set...

enhancement

A user may not expect differences in InfluxQL between 1.x and 2.x REPLs, so the new REPL should make it easy for a user to understand when they are trying...

The 1.x InfluxDB CLI supported chunked responses with the command `chunked`. The 2.x REPL does not yet, but it should. The 2.x docs don't show that this functionality is available,...

Add back `auth` command to the REPL which prompts user for username and password, which is then passed into query and write requests.

The REPL implemented at https://github.com/influxdata/influx-cli/pull/386 does not support changing the connection once the REPL is started. The 1.x REPL supported the `connect` command, which should be added back in the...

The --version option will execute a query against influxdb that returns the current flux version on the server. It uses the query from the docs: https://docs.influxdata.com/influxdb/v2.2/query-data/flux/flux-version/

Currently when viewing data via a `select` query, `influx` just outputs the data onto screen in a simple table. Other data query CLI tools like, psql, pgcli, mycli, support a...

Add CLI support for the `/functions` endpoint in Cloud: https://github.com/influxdata/openapi/blob/master/contracts/svc/managed-functions.yml#L8 If attempting to use this feature with an OSS instance, the CLI should report a `Supported in cloud only` or...

Currently, the backup process downloads one shard at a time from the Influx API and stores it on the file system. This process tends to be very slow on larger...