-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: config init command #291
Conversation
@@ -1,224 +0,0 @@ | |||
// auth0-cli-config-generator: A command that generates a valid config file that can be used with auth0-cli. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(just re-submitting because I received the review request, my comments from the prev review are still relevant)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I'd suggest flagging the new command as hidden just to prevent unnecessary usage from end-users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!!
Description
Adds
auth0 config init
command to initialize cli config from environment variables (non-interactive flow). This is a replacement for thecli-config-generator
used in integration tests.