Created
April 9, 2020 12:14
-
-
Save kyle-ssg/4c65b4185d0fe3ae35f73244de5e2fef to your computer and use it in GitHub Desktop.
Bullet Train flags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"description": "Whether to show the try it buttons", | |
"name": "try_it", | |
"type": "FLAG" | |
}, | |
{ | |
"name": "segments", | |
"description": "Determines whether users can see the 'Segments' option in the navigation panel", | |
}, | |
{ | |
"name": "identity_segments", | |
"description": "Lists segments users are in on the user page", | |
}, | |
{ | |
"name": "segment_operators", | |
"description": "Determines what rules are shown when creating a segment", | |
"value": '[{"value":"EQUAL","label":"Exactly Matches (=)"},{"value":"NOT_EQUAL","label":"Does not match (!=)"},{"value":"PERCENTAGE_SPLIT","label":"% Split"},{"value":"GREATER_THAN","label":">"},{"value":"GREATER_THAN_INCLUSIVE","label":">="},{"value":"LESS_THAN","label":"<"},{"value":"LESS_THAN_INCLUSIVE","label":"<="},{"value":"CONTAINS","label":"Contains"},{"value":"NOT_CONTAINS","label":"Does not contain"},{"value":"REGEX","label":"Matches regex"}]' | |
}, | |
{ | |
"description": "Allows users to create and manage webhooks", | |
"name": "webhooks" | |
}, | |
{ | |
"name": "fine_permissions", | |
"description": "Determines whether to enable the fine grained permissions feature", | |
}, | |
{ | |
"name": "audit_webhooks", | |
"description": "Determines whether to enable webhook creation for auditing" | |
}, | |
{ | |
"name": "edit_account", | |
"description": "Determines whether to enable the edit account feature", | |
}, | |
{ | |
"name": "oauth_github", | |
"description": "WIP oauth with github", | |
"value": "oauth config" | |
}, | |
{ | |
"name": "oauth_facebook", | |
"description": "WIP oauth with facebook", | |
"value": "oauth config" | |
}, | |
{ | |
"name": "oauth_microsoft", | |
"description": "WIP oauth with microsoft", | |
"value": "oauth config" | |
}, | |
{ | |
"name": "oauth_google", | |
"description": "WIP oauth with google", | |
"value": "oauth config" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment