0

I have a few feature flags with multiple rules. for eg - enter image description here

I want to export the rules in a readable format (json, xml etc)

for eg -

{
  rule2: {
      contextKind: ..., 
      values: ["US", ...] 
  }
}

Is there a quick way to do it?

ajc
  • 1,685
  • 14
  • 34

0 Answers0