ld-find-code-refs
ld-find-code-refs copied to clipboard
Allow local dry run without access token and specifying the flag key(s)
I'd like to be able to perform a dry run locally without providing an access token and providing the flag key(s) myself.
Hi @DillonStreator, thanks for the feedback. We are tracking this feature request.
I used the following method:
Change this line: https://github.com/launchdarkly/ld-find-code-refs/blob/main/search/matcher.go#L34
To something like this:
//flagKeys := flags.GetFlagKeys(opts, repoParams)
flagKeys := map[string][]string{"PROJECT_NAME": []string{"my-flag"}}