Skip to content

Instantly share code, notes, and snippets.

@ErikBean
Last active September 12, 2025 23:17
Show Gist options
  • Select an option

  • Save ErikBean/5b2b49be16e7dee07b413714093fc33b to your computer and use it in GitHub Desktop.

Select an option

Save ErikBean/5b2b49be16e7dee07b413714093fc33b to your computer and use it in GitHub Desktop.
Feature Flags
[
{
"setting": "sortByQuantity",
"value": false,
"except": [
{
"value": true,
"environment": [
"qa",
"sec"
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment