mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
cli: add quickstart onboarding flow and config-scoped jwt env handling
This commit is contained in:
parent
5c07bdafc5
commit
3248974435
9 changed files with 277 additions and 115 deletions
|
|
@ -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...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue