
influx
List of commands for influx:
-
influx:tldr:2a14b influx: Connect with a specific username (will prompt for a password).$ influx -username ${username} -password ""try on your machineexplain this command
-
influx:tldr:48a32 influx: Execute a given command.$ influx -execute "${influxql_command}"try on your machineexplain this command
-
influx:tldr:6ab27 influx: Return output in a specific format.$ influx -execute "${influxql_command}" -format ${select}try on your machineexplain this command
-
influx:tldr:86029 influx: Connect to a specific host.$ influx -host ${hostname}try on your machineexplain this command
-
influx:tldr:92de2 influx: Connect to an InfluxDB running on localhost with no credentials.$ influxtry on your machineexplain this command
-
influx:tldr:f52b3 influx: Use a specific database.$ influx -database ${database_name}try on your machineexplain this command