Skip to content

Commit e324fbe

Browse files
MattBroclaude
andauthored
fix: add --email CLI flag for signup provisioning (#414)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5ee2a08 commit e324fbe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bin.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ const cli = yargs(hideBin(process.argv))
120120
'PostHog project ID to use (optional; when not set, uses default from API key or OAuth)\nenv: POSTHOG_WIZARD_PROJECT_ID',
121121
type: 'string',
122122
},
123+
email: {
124+
describe:
125+
'Email address for signup (used with --signup)\nenv: POSTHOG_WIZARD_EMAIL',
126+
type: 'string',
127+
},
123128
})
124129
.command(
125130
['$0'],

0 commit comments

Comments
 (0)