v2.2.0
Added
- Ability to pass custom flag key usage patterns to the scan command via a
--usage-patterns
command line arg or via theCONFIGCAT_USAGE_PATTERNS
environment variable. For example to include feature flag keys as Ruby symbols (:flag_key
):configcat scan <dir> --usage-patterns ":CC_KEY"
CC_KEY
is a placeholder that the scanner replaces with the actual feature flag key in the regex pattern.