-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Get all flags filtering by tags #157
Comments
Hello @orafaaraujo, thank you for reaching out with the suggestion. This sounds like a useful idea and I can put it on the product backlog. In the meantime, while you may have business reasons that you can't do so (flag dependency and performance), our suggested workaround, for now, would be splitting the flags in multiple projects, and you can use the multiple environment feature and only fetch the flags in the project you need. I want to mention this workaround in case this is feasible for you to try. |
Hello, @louis-launchdarkly Thank you for your suggestions! Let me know if you have any news on it. |
I'd find this very useful. Do you happen to have any updates? |
is there a way to expose the tags at when getting the allTags. or some whay to link the flags to the tags? so we can filter them locally? We would want to not show in the front flags for backend, or viceversa. |
Feature request
Retrieve flags filtering by tags.
Describe the solution you'd like
On
LDClient.allFlags()
we can retrieve all feature flags with a given project and environment. Would be nice if we could have the flexibility to get all flags filtered by tags.Describe alternatives you've considered
Something similar to this API of list all flags
Thank you
The text was updated successfully, but these errors were encountered: