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
.option("--preset <name>","Use a preset (default, massif, custom, or path to preset.json)")
31
-
.option("--config <path>","Path to a viterex config file (skip prompts)")
29
+
.option("--pm <manager>","Package manager for JS deps after Redaxo install: pnpm | yarn | npm","pnpm")
30
+
.option("--preset <name>","Preset that drives addon selection, layout, seed.sql and template files. Built-in id (default, massif), or path to a preset directory or preset.json")
31
+
.option("--config <path>","Path to a previously-generated viterex.json (or a directory containing one). Pins all answers and skips prompts. Different from --preset, which only pre-fills some")
32
32
.option("--resume","Resume a previously failed run, skipping completed tasks")
33
33
.option("--dry-run","Log each task without executing")
34
34
.option("--verbose","Pipe task stdout/stderr to the terminal")
35
-
.option("--layout <m|c|ct>","Directory layout: modern | classic | classic+theme")
0 commit comments