influx
InfluxDB command-line client. More information: <https://docs.influxdata.com/influxdb/v1.7/tools/shell/>.
Install
- All systems
-
curl cmd.cat/influx.sh
- Debian
-
apt-get install influxdb-client - Ubuntu
-
apt-get install influxdb-client - Arch Linux
-
pacman -S influxdb-client - Kali Linux
-
apt-get install influxdb-client - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install influxdb-client - OS X
-
brew install influxdb-client - Raspbian
-
apt-get install influxdb-client
InfluxDB command-line client. More information: <https://docs.influxdata.com/influxdb/v1.7/tools/shell/>.
-
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 -
Use a specific database:
influx -database database_name -
Execute a given command:
influx -execute "influxql_command" -
Return output in a specific format:
influx -execute "influxql_command" -format json|csv|column
© tl;dr; authors and contributors