From 9fd5604d80d842f429c72cf6cf6eeb4a4ecfa1c7 Mon Sep 17 00:00:00 2001 From: Adrian Plata Date: Thu, 19 Sep 2019 13:33:47 -0700 Subject: [PATCH] Adding experimental feature info Signed-off-by: Adrian Plata (cherry picked from commit 031bd2d5300760c5206b40883eda4b3a70099cec) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/cli.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 84b83c8d26..8df7da70e5 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -282,6 +282,14 @@ Following is a sample `config.json` file: ### Experimental features +Experimental features provide early access to future product functionality. +These features are intended only for testing and feedback as they may change +between releases without warning or can be removed entirely from a future +release. + +> Experimental features must not be used in production environments. +{: .warning } + To enable experimental features, edit the `config.json` file and set `experimental` to `enabled`. The example below enables experimental features in a `config.json` file that already enables a debug feature.