Feature Flag Loading and Runtime Evaluation
Flare is a dynamic gating library that evaluates conditions based on input contexts. The package allows you to set up gates using various conditions and evaluate these conditions based on a given input.
YAML Gates
Enter your YAML gates, specifying conditions and operations.
Context
Enter the JSON context that will be used for evaluation.
YAML gate passes validation
{
  "feature/foo": false
}