mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 19:20:39 +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
|
|
@ -64,7 +64,7 @@ export async function doctor(opts: {
|
|||
printResult(deploymentAuthResult);
|
||||
|
||||
// 3. Agent JWT check
|
||||
const jwtResult = agentJwtSecretCheck();
|
||||
const jwtResult = agentJwtSecretCheck(opts.config);
|
||||
results.push(jwtResult);
|
||||
printResult(jwtResult);
|
||||
await maybeRepair(jwtResult, opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue