We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee2a08 commit e324fbeCopy full SHA for e324fbe
1 file changed
bin.ts
@@ -120,6 +120,11 @@ const cli = yargs(hideBin(process.argv))
120
'PostHog project ID to use (optional; when not set, uses default from API key or OAuth)\nenv: POSTHOG_WIZARD_PROJECT_ID',
121
type: 'string',
122
},
123
+ email: {
124
+ describe:
125
+ 'Email address for signup (used with --signup)\nenv: POSTHOG_WIZARD_EMAIL',
126
+ type: 'string',
127
+ },
128
})
129
.command(
130
['$0'],
0 commit comments