-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
chore: config command UI/UX improvement. #1643
chore: config command UI/UX improvement. #1643
Conversation
|
Name | Type |
---|---|
@asyncapi/cli | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Quality Gate passedIssues Measures |
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.
LGTM
@Souvikns @Shurtu-gal Need your review as well |
It would be great if images of output and design in figma are attached as well. |
Sorry but I don't have the figma file. I had made these design changes based on this PR design changes. |
Looking through these designs i couldn't find anything specific for config commands. |
/rtm |
Description
This PR implements the UI/UX improvements to the config command.
The changes are based on the previous PR
Tests are also updated for the same.
Related issue(s)
Resolves #1380
Below are attached changes result to the command :-
config versions
config analytics
config analytics -s
config context init .
config context current
config context add test-context .
config context use test-context
config context current
config context edit test-context ./
config context list
config context remove test-context
@AayushSaini101 please review.
Thanks.