We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e64dcc + 3cf3881 commit 39b6ba8Copy full SHA for 39b6ba8
1 file changed
cmd/ctr/commands/plugins/plugins.go
@@ -37,6 +37,15 @@ var Command = cli.Command{
37
Name: "plugins",
38
Aliases: []string{"plugin"},
39
Usage: "provides information about containerd plugins",
40
+ Subcommands: []cli.Command{
41
+ listCommand,
42
+ },
43
+}
44
+
45
+var listCommand = cli.Command{
46
+ Name: "list",
47
+ Aliases: []string{"ls"},
48
+ Usage: "lists containerd plugins",
49
Flags: []cli.Flag{
50
cli.BoolFlag{
51
Name: "quiet,q",
0 commit comments