8000 [ctr] move version and plugin commands by crosbymichael · Pull Request #1683 · containerd/containerd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[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

Merged
merged 3 commits into from
Oct 25, 2017

Conversation

crosbymichael
Copy link
Member

@jessvalarezo please review and see if this is what you had in mind for the command package.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@codecov-io
Copy link

Codecov Report

Merging #1683 into master will increase coverage by 0.22%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
metadata/db.go 65.5% <0%> (ø) ⬆️
metadata/snapshot.go 50.28% <0%> (+0.93%) ⬆️
metadata/content.go 31.57% <0%> (+0.95%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8509569...ae995bc. Read the comment docs.

Name: "plugins",
Usage: "Provides information about containerd plugins",
Usage: "provides information about containerd plugins",
Copy link
Contributor

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 :)

Copy link
Contributor
@jessvalarezo jessvalarezo left a 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",
Copy link
Contributor

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,
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Member
@dmcgowan dmcgowan left a comment

Choose a reason for hiding this comment

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

LGTM

@dmcgowan dmcgowan merged commit 8c77d9a into containerd:master Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0