influxdb-cli
influxdb-cli copied to clipboard
Ruby CLI for InfluxDB
Results
2
influxdb-cli issues
Sort by
recently updated
recently updated
newest added
I'm using influxdb-ruby 0.2.2 and can't seem to run queries that aren't wrapped in `db.query(...)`. ``` $ influxdb-cli -u admin -p admin -d graphite --pretty --time-precision=ms Connecting to {"host"=>"localhost", "port"=>8086,...
It'd be nice to be able to supply queries on the command line, for saved one liners that will execute an influxdb query and then exit. Does this make sense?...