title |
seotitle |
description |
menu |
influx CLI |
'influx' command line client |
The influx CLI includes commands to manage many aspects of InfluxDB, including buckets, organizations, users, tasks, etc.
|
v2_0_ref |
name |
parent |
wieght |
influx |
Command line tools |
1 |
|
|
The influx
CLI includes commands to manage many aspects of InfluxDB,
including buckets, organizations, users, tasks, etc.
Usage
influx [flags]
influx [command]
Commands
Command |
Description |
auth |
Authorization management commands |
bucket |
Bucket management commands |
help |
Help about any command |
org |
Organization management commands |
query |
Execute a Flux query |
repl |
Interactive REPL (read-eval-print-loop) |
setup |
Create default username, password, org, bucket, etc. |
task |
Task management commands |
user |
User management commands |
write |
Write points to InfluxDB |
Flags
Flag |
Description |
Input type |
-h , --help |
Help for the influx command |
|
--host |
HTTP address of InfluxDB (default http://localhost:9999 ) |
string |
--local |
Run commands locally against the filesystem |
|
-t , --token |
API token to be used throughout client calls |
string |