You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **`--preset` vs `--config`?** A **preset** is a starting point — it pre-fills addon selection, layout, seed SQL, and template files, but you'll still answer prompts for everything not covered (project name, DB, admin user, etc.). A **config file** (the JSON written by `--generate-config`) pins *every* answer; passing `--config` skips all prompts entirely. Use `--preset` interactively, `--config` for CI.
|`--fresh`| Force fresh-install pipeline even when an existing Redaxo is detected |`false`|
73
75
|`--force-push`| Allow `git push --force` when the remote already has commits |`false`|
74
76
|`--with-tower`| macOS only. Bypass the prompt and force-open Tower after a successful run. Skipped when the preset sets `withTower: false`. | prompted on macOS when `gittower` is on PATH |
0 commit comments