fix: honor non-interactive legacy migrations

This commit is contained in:
Peter Steinberger
2026-01-08 22:13:48 +01:00
parent e75ca23e7d
commit 35ba99c245
6 changed files with 35 additions and 17 deletions

View File

@@ -329,7 +329,11 @@ export function buildProgram() {
)
.option("--yes", "Accept defaults without prompting", false)
.option("--repair", "Apply recommended repairs without prompting", false)
.option("--force", "Apply aggressive repairs (overwrites custom service config)", false)
.option(
"--force",
"Apply aggressive repairs (overwrites custom service config)",
false,
)
.option(
"--non-interactive",
"Run without prompts (safe migrations only)",