Exporting rules of a feature flag in launchdarkly

99 Views Asked by At

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?

0

There are 0 best solutions below