We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to perform a dry run locally without providing an access token and providing the flag key(s) myself.
The text was updated successfully, but these errors were encountered:
Hi @dillonstreator, thanks for the feedback. We are tracking this feature request.
Sorry, something went wrong.
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"}}
No branches or pull requests
I'd like to be able to perform a dry run locally without providing an access token and providing the flag key(s) myself.
The text was updated successfully, but these errors were encountered: