ld-find-code-refs
ld-find-code-refs copied to clipboard
Build tool for automatically sending feature flag code references to LaunchDarkly
--- Related Jira issue: [REL-6409: Bump ld API version in ld-find-code-refs](https://launchdarkly.atlassian.net/browse/REL-6409)
The app currently uses a soon-to-be-deprecated API version; we should bump this to 20240415 before the current version's EOL, which is set for April 15, 2025. https://github.com/launchdarkly/ld-find-code-refs/blob/e3f10c1225052ca1343b60b5bed7d0907ddfb158/internal/ld/ld.go#L43
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.3 to 5.16.4. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.16.4 What's Changed backport plumbing: format/idxfile, prevent panic by @swills in go-git/go-git#1732 [backport] build: test, Fix build on...
When code refs run in GHA, it can't prune branches, because of the lack in authentication. This small code change uses the GITHUB_TOKEN in the GHA context to interact with...
- Add new 'alias' command to CLI with --flag-key flag for local mode - Create AliasOptions struct with conditional validation logic - Implement GenerateAliases function supporting both modes: - Local...