fatima

fatima generate

Generate SDK files for the selected Fatima environment.

fatima generate [--environment <name>] [--config <path>] [--strict]

fatima generate loads the selected environment, renders SDK files with the configured generator, and writes them next to fatima.json unless file points elsewhere.

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

Examples:

fatima generate
fatima generate --environment production --strict
fatima generate --config apps/api/fatima.json