-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[ctr] move version and plugin commands #1683
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
Conversation
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
6939edf
to
ae995bc
Compare
Codecov Report
@@ Coverage Diff @@
## master #1683 +/- ##
==========================================
+ Coverage 48.72% 48.94% +0.22%
==========================================
Files 27 27
Lines 4076 4076
==========================================
+ Hits 1986 1995 +9
+ Misses 1671 1665 -6
+ Partials 419 416 -3
Continue to review full report at Codecov.
|
Name: "plugins", | ||
Usage: "Provides information about containerd plugins", | ||
Usage: "provides information about containerd plugins", |
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.
yes! in my PR I will also be normalizing all the help info :)
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
Flags: []cli.Flag{ | ||
cli.BoolFlag{ | ||
Name: "quiet, q", | ||
Name: "quiet,q", |
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.
👍
@@ -64,6 +66,8 @@ containerd CLI | |||
}, | |||
} | |||
app.Commands = append([]cli.Command{ | |||
plugins.Command, |
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.
LGTM
@jessvalarezo please review and see if this is what you had in mind for the command package.