Feature Flag - CI/CD用語集の定義
feature flag は、新しい deploy なしにコードパスを有効化または無効化する実行時トグルで、release と deploy を分離し、機能の即時ロールバックを可能にします。
関連ガイド
Trunk-Based Development - CI/CD Glossary DefinitionTrunk-based development keeps everyone committing to one shared branch in small, frequent increments behind f…
Canary Deployment - CI/CD Glossary DefinitionA canary deployment ships a new version to a small slice of traffic first, watching its health before rolling…
Rollback - CI/CD Glossary DefinitionA rollback reverts a deployment to the previous known-good version after a release goes wrong. Fast, reliable…