Hey guys I had a question about feature flags, I b...
# ask-questions
s
Hey guys I had a question about feature flags, I basically want to have some flags be mutually exclusive similar to how experiments have namespaces. That way I dont have some flags apart of the same group being flagged on at once. Anyone find a way to do this? Right now I can carefully configure them to do this but I wanted to see if there was a better way to prevent mistakes and user error
b
Hi Josh, thanks for reaching out! I'm not really able to follow your question as it's written. Could you try re-phrasing it? I'm confused by what you mean here:
That way I don't have some flags apart of the same group being flagged on at once.
Are you wanting to cluster feature flags into groups, and turn those groups of feature flags on and off?