fatima

fatima run

Run a command with variables loaded by Fatima.

fatima run [--environment <name>] [--config <path>] [--process-env] -- <command...>

fatima run loads the selected environment and starts a child process with the merged environment map.

OptionDefaultMeaning
-e, --environment <name>config expressionSelect the Fatima environment directly.
-c, --config <path>fatima.jsonLoad a different config file.
--process-envfalseSkip configured providers and use only the current process environment.

Examples:

fatima run -- node server.js
fatima run -e development -- pnpm dev
fatima run --process-env -- npm test