containerd/cmd/ctr/commands
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
..
containers Merge pull request #2422 from crosbymichael/ctr-delete 2018-06-27 08:46:18 -04:00
content content: change Writer/ReaderAt to take OCI 2018-06-01 11:51:43 +09:00
events Correctly handle reading from events channel 2018-04-25 11:21:22 -04:00
images Move progress into pkg 2018-05-22 13:32:25 -04:00
namespaces Licence header added 2018-02-19 10:32:26 +09:00
plugins Introduce plugins/list subcommand 2018-07-02 10:20:20 +03:00
pprof Licence header added 2018-02-19 10:32:26 +09:00
run Move ContainerFlags to "commands" package 2018-06-20 18:33:59 -07:00
shim Update ttrpc for containerd repo 2018-06-28 09:53:40 -04:00
snapshots content: change Writer/ReaderAt to take OCI 2018-06-01 11:51:43 +09:00
tasks Add cio.Load for loading io set 2018-06-26 11:48:26 -04:00
version Licence header added 2018-02-19 10:32:26 +09:00
client.go Licence header added 2018-02-19 10:32:26 +09:00
commands_unix.go Move ContainerFlags to "commands" package 2018-06-20 18:33:59 -07:00
commands.go Move ContainerFlags to "commands" package 2018-06-20 18:33:59 -07:00
resolver.go Licence header added 2018-02-19 10:32:26 +09:00
signal_map_linux.go Licence header added 2018-02-19 10:32:26 +09:00
signal_map_unix.go Licence header added 2018-02-19 10:32:26 +09:00
signal_map_windows.go Licence header added 2018-02-19 10:32:26 +09:00
signals.go Licence header added 2018-02-19 10:32:26 +09:00