cli: add quickstart onboarding flow and config-scoped jwt env handling

This commit is contained in:
Dotta
2026-03-03 10:24:34 -06:00
parent 5c07bdafc5
commit 3248974435
9 changed files with 277 additions and 115 deletions

View File

@@ -45,7 +45,7 @@ export async function runCommand(opts: RunOptions): Promise<void> {
}
p.log.step("No config found. Starting onboarding...");
await onboard({ config: configPath });
await onboard({ config: configPath, invokedByRun: true });
}
p.log.step("Running doctor checks...");