What is the primary purpose of a feature flag in a CI/CD pipeline?
-
A
To block deployments until code review is approved
-
B
To enable or disable features at runtime without redeploying
-
C
To mark code branches for deletion after merging
-
D
To enforce commit message formatting rules