-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add console plugin:install command #22640
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
Add console plugin:install command #22640
Conversation
Hey @jsantos42. |
c081c25
to
f78f05c
Compare
@sgiehl you were right, thank you for your feedback! |
@jsantos42 thanks for putting the effort into this, it's very appreciated. Can I ask why do you think we need to write the plugin.json file first? Wouldn't the installation take care of that anyway? |
@michalkleiner my pleasure! |
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.
Left some minor comments. Otherwise the command generally works as expected now.
@sgiehl I fixed what you suggested. |
5fbb923
to
53e42d5
Compare
436c16a
to
dbee3c4
Compare
@tsteur
As for the name of the command:
Hence, I removed the check |
c39e824
to
0e5192d
Compare
Awesome, thanks @jsantos42 |
This reverts commit e38d349.
9bacd19
to
1c25b14
Compare
Description:
Fixes #21003
(Ref DEV-16969)
Review