Introduction
From time to time, we may introduce new features that are not yet ready for general availability. These features are considered experimental and may change or be removed in future releases. We encourage you to try these features and provide feedback to help us improve them.Enabling Experimental Features
These features are disabled by default. To enable them, you can set theexperimental.{feature}.enabled
configuration option to true
in your Flipt configuration file.
For example to enable the foo
experimental feature:
config.yaml
You can also enable experimental features using environment
variables. For example, to
enable the
foo
experimental feature, you can set the
FLIPT_EXPERIMENTAL_FOO_ENABLED
environment variable to true
.Current Experimental Features
The following is a list of our current experimental features and a brief description of each.Make sure you have the latest
version of the Flipt CLI
installed on your local machine.