Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow growthbook auth login to accept its arguments as flags #37

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

AlexHartford
Copy link
Contributor

The primary motivation behind this change is to allow running commands in a CI/automated environment. This also lets you do things like generate types for features with an npm command.

Fixes #36

Copy link
Contributor

@tinahollygb tinahollygb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds regressions to the login command. Please see comments inline.

@AlexHartford
Copy link
Contributor Author

AlexHartford commented Jul 24, 2023

This adds regressions to the login command. Please see comments inline.

Should be fixed now! @tinahollygb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--apiKey and --profile cause follow-up prompts even when arguments are provided.
2 participants