cli: add quickstart onboarding flow and config-scoped jwt env handling
This commit is contained in:
@@ -40,6 +40,7 @@ program
|
||||
.description("Interactive first-run setup wizard")
|
||||
.option("-c, --config <path>", "Path to config file")
|
||||
.option("-d, --data-dir <path>", DATA_DIR_OPTION_HELP)
|
||||
.option("--run", "Start Paperclip immediately after saving config", false)
|
||||
.action(onboard);
|
||||
|
||||
program
|
||||
|
||||
Reference in New Issue
Block a user