Examples (6)
Connect to an InfluxDB running on localhost with no credentials
Connect with a specific username (will prompt for a password)
influx -username username -password ""Use a specific database
influx -database database_nameExecute a given command
influx -execute "influxql_command"Return output in a specific format
influx -execute "influxql_command" -format json|csv|columnmade by @shridhargupta | data from tldr-pages