Skip to content

Instantly share code, notes, and snippets.

@rssnyder
Last active April 1, 2024 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rssnyder/47e945a46b1721fb8164edd0971a585f to your computer and use it in GitHub Desktop.
Save rssnyder/47e945a46b1721fb8164edd0971a585f to your computer and use it in GitHub Desktop.
  1. For each ld project:

    a. Make an API call to get flag definitions:

     i. Be sure to use the summary=0 parameter
    
     ii. https://apidocs.launchdarkly.com/tag/Feature-flags/#operation/getFeatureFlags
    

    b. Make an API call for every ld project to get segment definitions:

     i. Be sure to use the summary=0 parameter
    
     ii. https://apidocs.launchdarkly.com/tag/Segments#operation/getSegments
    

    c. Provide the harness project where this ld project should be migrated to, along with the two payloads from the above API calls, to Harness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment