containerd/cmd/ctr
Danail Branekov 3cf3881fa4 Introduce plugins/list subcommand
`Ctr` interface follows the pattern `ctr <command> <subcommand>` except
for the `plugins` command which does not have subcommands. This feels
unnatural to certain users and they would expect that they can list
containerd plugins via `ctr plugins list`.

This commit implements their expectation so that `plugins` becomes a
command "group" and its `list` subcommand actually lists the plugins.

Signed-off-by: Danail Branekov <danailster@gmail.com>
2018-07-02 10:20:20 +03:00
..
app Update grpc timeout and logger 2018-05-29 15:32:37 -07:00
commands Introduce plugins/list subcommand 2018-07-02 10:20:20 +03:00
builtins_cri_linux.go Add cri subcommand and add ctr/command package 2018-03-14 01:11:29 +00:00
main.go cmd/ctr/app: remove redundant package name 2018-03-22 10:12:00 -07:00