Feature Flag
A feature flag (also called a feature toggle) is a configuration mechanism that lets teams turn a piece of functionality on or off at runtime, without deploying new code, decoupling code deployment from feature release.
4 resources across 1 library
Glossary Terms(4)
Harness
Harness is a software delivery platform that combines continuous integration, continuous delivery, feature flag management, cloud cost management, and related…
Blue-Green Deployment
Blue-green deployment is a release strategy that runs two identical production environments — 'blue' (current) and 'green' (new) — and switches live traffic fr…
Canary Deployment
Canary deployment is a release strategy that rolls out a new version of an application to a small subset of users or traffic first, then gradually increases ex…
Feature Flag
A feature flag (also called a feature toggle) is a configuration mechanism that lets teams turn a piece of functionality on or off at runtime, without deployin…