Difference between revisions of "Influx"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to InfluxDB)
Tags: Removed redirect, Mobile web edit, Mobile edit
Line 3: Line 3:
  
 
   influx -execute 'SHOW DATABASES'
 
   influx -execute 'SHOW DATABASES'
 +
 +
 +
<pre>
 +
influx --help
 +
Influx Client
 +
 +
Usage:
 +
  influx [command]
 +
 +
Available Commands:
 +
  apply      Apply a template to manage resources
 +
  auth        Authorization management commands
 +
  backup      Backup database
 +
  bucket      Bucket management commands
 +
  completion  Generates completion scripts
 +
  config      Config management commands
 +
  dashboards  List Dashboard(s).
 +
  delete      Delete points from influxDB
 +
  export      Export existing resources as a template
 +
  help        Help about any command
 +
  org        Organization management commands
 +
  ping        Check the InfluxDB /health endpoint
 +
  query      Execute a Flux query
 +
  restore    Restores a backup directory to InfluxDB.
 +
  secret      Secret management commands
 +
  setup      Setup instance with initial user, org, bucket
 +
  stacks      List stack(s) and associated templates. Subcommands manage stacks.
 +
  task        Task management commands
 +
  telegrafs  List Telegraf configuration(s). Subcommands manage Telegraf configurations.
 +
  template    Summarize the provided template
 +
  user        User management commands
 +
  v1          InfluxDB v1 management commands
 +
  version    Print the influx CLI version
 +
  write      Write points to InfluxDB
 +
 +
Flags:
 +
  -h, --help  Help for the influx command
 +
 +
Use "influx [command] --help" for more information about a command.
 +
</pre>
  
  

Revision as of 17:15, 6 July 2021


 influx -execute 'SHOW DATABASES'


influx --help
Influx Client

Usage:
  influx [command]

Available Commands:
  apply       Apply a template to manage resources
  auth        Authorization management commands
  backup      Backup database
  bucket      Bucket management commands
  completion  Generates completion scripts
  config      Config management commands
  dashboards  List Dashboard(s).
  delete      Delete points from influxDB
  export      Export existing resources as a template
  help        Help about any command
  org         Organization management commands
  ping        Check the InfluxDB /health endpoint
  query       Execute a Flux query
  restore     Restores a backup directory to InfluxDB.
  secret      Secret management commands
  setup       Setup instance with initial user, org, bucket
  stacks      List stack(s) and associated templates. Subcommands manage stacks.
  task        Task management commands
  telegrafs   List Telegraf configuration(s). Subcommands manage Telegraf configurations.
  template    Summarize the provided template
  user        User management commands
  v1          InfluxDB v1 management commands
  version     Print the influx CLI version
  write       Write points to InfluxDB

Flags:
  -h, --help   Help for the influx command

Use "influx [command] --help" for more information about a command.


See also

Advertising: