github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/docs/contributing/experiments.md (about) 1 # Experiments and feature flags 2 3 This page contains a list of experiments that are being worked on and how to enable them. This list will be maintained and 4 it will likely change how features are enabled as they mature past an experiment. 5 6 Experiments tend to go hand in hand with the Jenkins X enhancement process of which more details can be found in the git 7 repository [https://github.com/jenkins-x/enhancements](https://github.com/jenkins-x/enhancements) 8 9 # Current Experiments 10 11 ## Helmfile 12 13 https://github.com/jenkins-x/enhancements/pull/1 14 15 We are experimenting with [Helmfile](https://github.com/roboll/helmfile) to see if we can make the `jx boot` implementation 16 a bit more modular and leverage some of the extra fetures the OSS project has. To enable this feature set a top level 17 jx requirements value: 18 19 ```yaml 20 helmfile: true 21 ``` 22