Skip to content

v2.2.0

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 06 Jun 18:34
· 9 commits to main since this release
beb6a9e

Added

  • Ability to pass custom flag key usage patterns to the scan command via a --usage-patterns command line arg or via the CONFIGCAT_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.