# cd to project root
docker compose up-
Opening OpenFlagr admin dashboard http://localhost:18000/ in browser.
-
Entering any flag description in field which contains hint
Specific new flag description.
-
Modifying the flag key to
hello-world-enabledwhich is used as identifier in program.
-
Clicking the button
Save Flagto ensure the key has been modified.
-
Creating two
Variants with keysonandoff.Variant: the possible result for the feature toggle.
- Clicking button
New Segmentand creating aSegmentwith100%Rollout.Segment: a specific subset of your user base or audience. Rollout: gradually exposing a new feature to a broader audience over time.
- Clicking button
editto editDistribution, click checkbox to enable distribution for variant keyonand set distribution rate to100%.Distribution: the distribution rate for specific variants.
# cd to project root
./gradlew -q --console plain :examples:openfeature-example:run






