Code References
Code References is a CLI tool that scans source code repositories to detect where feature flags are used. The Code References analyzes the codebase and sends the results to the Bucketeer dashboard, providing your teams with precise information into where the feature flag are used in your code. Code References helps maintain clean, efficient code by identifying stale or unused feature flags and directing developers to the exact locations where they need to take action.

By using Code References, you can:
- Automate the detection of feature flags across your codebase.
- Integration with CI/CD pipelines to scan repositories regularly.
- Use it with GitHub, GitLab, and Bitbucket repositories.
- Configuration uses command-line flags, environment variables, and YAML configuration.
- Improve your codebase and reduce technical debt by identifying and removing obsolete or inactive flags.