logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Alexandre Viau (alexandre@alexandreviau.net)

1.0                                               18 July 2015                                            man(8)

Description

       influx is an interactive shell to InfluxDB.

Name

       influx - InfluxDB Shell

Options

-version Display the version and exit.

       -host<hostname>
              Host to connect to.

       -port<port>
              Port to connect to.

       -database<databasename>
              Database to connect to the server.

       -password<password>
              Password to connect to the server.  Leaving blank will prompt for password.

       -username<username>
              Username to connect to the server.

       -dump  Dump the contents of the given database to stdout.

       -execute<command>
              Execute command and quit.

       -format<json|csv|column>
              Format specifies the format of the server responses:  json, csv, or column.

       -pretty
              Turns on pretty print for the json format.

See Also

influxd(1)

Synopsis

       influx [options]

See Also