Skip to content
Latchkey

Feature Flag - CI/CD Glossary Definition

A feature flag (feature toggle) is a runtime switch that turns a code path on or off without redeploying. It decouples deploying code from releasing the feature to users.

Why it matters

Flags let teams merge unfinished work to trunk safely (it ships dark), do gradual rollouts, and disable a broken feature instantly without a rollback. They are core to trunk-based development.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →