pull/3057/head
mluu12 2021-08-20 16:11:03 -07:00 committed by GitHub
parent 867354c90e
commit 04b9a7f192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ weight: 103
Use the Flux REPL (ReadEvalPrint Loop) to execute Flux scripts and interact with InfluxDB and other data sources.
[Build the REPL](#build-the-repl) from the Flux source code.
{{% note %}}
Flux REPL supports running Flux scripts against InfluxDB 1.8+.
{{% /note %}}
## Build the REPL
To use the Flux REPL, build it from source using the [Flux repository](https://github.com/influxdata/flux/).