CLI tool for managing InfluxDB v2 resources and data
CLI for managing resources in InfluxDB v2
influx$ influx config create --config-name myconfig --host-url http://localhost:8086 --org myorg --token mytoken$ influx bucket list$ influx query 'from(bucket:"mybucket") |> range(start: -1h)'