influx
InfluxDB command-line client.
- Connect to an InfluxDB running on localhost with no credentials:
influx
- Connect with a specific username (will prompt for a password):
influx -username {username} -password ""
- Connect to a specific host:
influx -host {hostname}
influx -database {database_name}
influx -execute "{influxql_command}"
- Return output in a specific format:
influx -execute "{influxql_command}" -format {json|csv|column}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).