You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET CLI audit tool for FtrIO feature toggles. Scans your source tree for every [Toggle] reference, cross-references against appsettings.json, and reports ON / OFF / 20% / BLUE / MISSING state with file and line number — across all environments or a specific one.
GitHub Action that scans a .NET codebase for FtrIO [Toggle] usage and exports a manifest of required toggle keys. Use as the first step in a deployment safety pipeline. Wraps FtrIO.onetwo.
GitHub Action that validates a target appsettings.json contains every toggle key required by a release. Pair with export-manifest-action to gate deployments on missing config. Wraps FtrIO.onetwo.
Attribute-based feature flags for Rust. Your flags are config you own, not rows in someone's database. Compile-time #[toggle] gating, offline-first, no vendor.