| title |
description |
menu |
weight |
| influx repl – Enter an interactive REPL |
The 'influx repl' command opens and interactive read-eval-print-loop (REPL) from which you can run Flux commands.
|
| v2_0_ref |
| name |
parent |
| influx repl |
influx |
|
|
1 |
The influx repl command opens and interactive read-eval-print-loop (REPL)
from which you can run Flux commands.
Usage
influx repl [flags]
Flags
| Flag |
Description |
Input type |
-h, --help |
Help for the repl command |
|
-o, --org |
The name of the organization |
string |
--org-id |
The ID of organization to query |
string |
Global flags
| Global flag |
Description |
Input type |
--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 |