From 04b9a7f192af38dc3744e1a9b5dcf76d10b4d1cc Mon Sep 17 00:00:00 2001 From: mluu12 <87089043+mluu12@users.noreply.github.com> Date: Fri, 20 Aug 2021 16:11:03 -0700 Subject: [PATCH] add note. (#3043) --- content/influxdb/cloud/tools/repl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/influxdb/cloud/tools/repl.md b/content/influxdb/cloud/tools/repl.md index bc30c2af0..07fc66ab2 100644 --- a/content/influxdb/cloud/tools/repl.md +++ b/content/influxdb/cloud/tools/repl.md @@ -14,6 +14,10 @@ weight: 103 Use the Flux REPL (Read–Eval–Print 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/).