This document describes how to get started with Flipt.
New Flag.Enabled so the flag will be enabled once created.Create.
New Variant.Create.
Click Flags in the navigation menu and you should now see your newly created
flag in the list.
Segments.New Segment.Create.
New Constraint.Create.
Click Segments in the navigation menu and you should now see your newly
created segment in the list.
Rules tab.New Rule.Segment choose or search for the segment you created earlier.Type choose Multi-Variate.50% each.Create.
A distribution is a way of assigning a percentage for which entities evaluated
get a specific variant. The higher the percentage assigned, the more likely it
is that any entity will get that specific variant.
Single Variant instead of
Multi-Variate when setting up your rule. This would effectively mean you
have a single distribution, a variant with 100% chance of being returned.Console page from the main navigation.Entity ID field is pre-populated with a random UUID. This represents
the ID that you would use to uniquely identify entities (ex: users) that you
want to test against your flags.Evaluate.Request Context and Entity ID fields.
That’s it! You’re now ready to integrate Flipt into your applications and start
defining your flags and segments that will enable you to seamlessly rollout
new features to your users while reducing risk.
