flagd

Feature flag daemon following Unix philosophy for managing feature flags

brewmacoslinux
Try with needOr install directly
Source

About

Feature flag daemon with a Unix philosophy

Commands

flagd

Examples

Start flagd server with a feature flag configuration file$ flagd start -f flags.json
Start flagd on a specific port with debug logging enabled$ flagd start -f flags.json -p 8013 -loglevel debug
Validate a feature flag configuration file$ flagd validate -f flags.json