fatima

fatima validate

Validate loaded variables against the configured model.

fatima validate [--environment <name>] [--config <path>]

Validation loads the selected environment and checks every key declared in model.

OptionDefaultMeaning
-e, --environment <name>config expressionSelect the Fatima environment directly.
-c, --config <path>fatima.jsonLoad a different config file.

Example:

fatima validate --environment production

Validation fails when model is empty, when a modeled key is missing, or when a value does not match its model.