cmd/dist: completely remove dist command

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-07-14 15:30:35 -07:00
parent 751598e806
commit 98f6deb50e
12 changed files with 155 additions and 285 deletions

View File

@@ -59,6 +59,11 @@ containerd CLI
}
app.Commands = append([]cli.Command{
imageCommand,
pullCommand,
fetchCommand,
fetchObjectCommand,
pushCommand,
pushObjectCommand,
containersCommand,
checkpointCommand,
runCommand,
@@ -76,6 +81,8 @@ containerd CLI
snapshotCommand,
versionCommand,
psCommand,
applyCommand,
rootfsCommand,
}, extraCmds...)
app.Before = func(context *cli.Context) error {
if context.GlobalBool("debug") {