OptionalConfigPre-filled configuration for auto-answering prompts in --yes mode.
OptionalConfigPath to a JSON config file with install settings. Values from the file override environment variables and defaults, but are overridden by Config (programmatic overrides).
OptionalDryShow plan without executing (dry-run).
OptionalFastFast mode: skip smoke test and optimize post-codegen steps by quick-checking manifests before running the full rebuild cycle.
OptionalNoIgnore existing checkpoint state file and start fresh (--no-resume).
OptionalOverwriteOverwrite existing configuration files (.env, mj.config.cjs,
environment.ts) with installer-generated values.
By default, existing config files are preserved and only empty fields
are patched. When true, all config files are regenerated from the
resolved configuration, replacing any dev customizations.
OptionalVerboseEnable verbose logging (emits 'verbose' level log events).
OptionalYesNon-interactive mode — auto-answer prompts with defaults or config values.
Runtime options passed to InstallerEngine.Run.
These options control execution behavior (non-interactive mode, verbosity, resume behavior) rather than what gets installed.