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

feat(rover): config api-key -> config profile auth #114

Merged
merged 1 commit into from
Dec 15, 2020

Conversation

EverlastingBugstopper
Copy link
Contributor

fixes #107 by moving the rover config api-key command to be executed by running rover config profile auth instead.

This is more consistent with the rover [NOUN] [VERB] pattern seen elsewhere within the CLI, but nests further under another noun. This new authentication structure is rover [NOUN] [NOUN] [VERB], which matches the other profile-related commands like rover config profile list and rover config profile show.

Copy link
Contributor

@JakeDawkins JakeDawkins left a comment

Choose a reason for hiding this comment

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

As much as I hate the idea of a 4-word command that's pretty much mandatory to use the CLI, I think this is our most reasonable idea to date for this 😂

Copy link
Member

@lrlna lrlna left a comment

Choose a reason for hiding this comment

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

I really like the wording for this command! Super clear o/

@EverlastingBugstopper
Copy link
Contributor Author

good catch @lrlna - i updated the help text on the profile page as well :)

@lrlna
Copy link
Member

lrlna commented Dec 15, 2020

sweet, thanks @EverlastingBugstopper! Go ahead and merge when you have time today o/

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

Successfully merging this pull request may close these issues.

RFC: move api-key under profile subcommand
3 participants