influx-cli icon indicating copy to clipboard operation
influx-cli copied to clipboard

CLI client for influxdb, in Go

Results 5 influx-cli issues
Sort by recently updated
recently updated
newest added

As of the InfluxDB [44d4346](https://github.com/influxdb/influxdb/commit/44d43462cfda8759f2571957a993242ee8abe7c7#diff-12d7ec39292af18c588a073414f3e853) change, this tool is now broken. Installing or trying to run the tool results in the following: ``` ./influx-cli.go:51: undefined: client.ClientConfig ./influx-cli.go:57: undefined: client.Series ./influx-cli.go:176:...

github.com/shavac/readline was toooo old, so I use the newest fork one named as github.com/fiorix/go-readline

Adds support for SSL/TLS (HTTPS) with a simple flag

It'd be nice with an option for formatting the output as CSV data.