ctr: move events command

Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
Jess Valarezo
2017-10-25 22:21:57 -04:00
parent fdb6859921
commit 8540587b37
2 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/containerd/containerd/cmd/ctr/commands/containers"
"github.com/containerd/containerd/cmd/ctr/commands/content"
"github.com/containerd/containerd/cmd/ctr/commands/events"
"github.com/containerd/containerd/cmd/ctr/commands/images"
namespacesCmd "github.com/containerd/containerd/cmd/ctr/commands/namespaces"
"github.com/containerd/containerd/cmd/ctr/commands/plugins"
@@ -76,7 +77,7 @@ containerd CLI
applyCommand,
containers.Command,
content.Command,
eventsCommand,
events.Command,
fetchCommand,
fetchObjectCommand,
images.Command,