Feature toggling is an application-based release pattern that provides the mechanism to modify system behavior by selectively enabling and disabling features without requiring a production code deployment. Feature toggles are usually implemented by wrapping application logic or UI elements with a conditional statement, where the feature is enabled or disabled based on a configuration setting stored somewhere.
How To Use
This component should be installed on LifeTime and requires that the Feature Toggle Library component be installed on the target environments (e.g. Development, Testing, and Production).
Please read the documentation on how to install and how to use this tool.
Benefits
Great impact on continuous delivery
Implements the Lifetime API V2 See the API documentation here to sync Roles and Teams