influxdb-cli

CLI tool for managing InfluxDB v2 resources and data

brewmacoslinux
Try with needOr install directly
Source

About

CLI for managing resources in InfluxDB v2

Commands

influx

Examples

Authenticate with InfluxDB server$ influx config create --config-name myconfig --host-url http://localhost:8086 --org myorg --token mytoken
List all buckets in the organization$ influx bucket list
Query data from a bucket using Flux$ influx query 'from(bucket:"mybucket") |> range(start: -1h)'