feat: add onboard reset option

This commit is contained in:
Peter Steinberger
2026-01-11 05:04:36 +01:00
parent 9046296ed3
commit 343b6ac31b
4 changed files with 19 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export type OnboardOptions = {
flow?: "quickstart" | "advanced";
workspace?: string;
nonInteractive?: boolean;
reset?: boolean;
authChoice?: AuthChoice;
/** Used when `authChoice=token` in non-interactive mode. */
tokenProvider?: string;