ctr: alphabetize commands, rename signals
Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
parent
f654b7b71e
commit
864b16a2cb
@ -20,10 +20,10 @@ var Command = cli.Command{
|
|||||||
Usage: "manage containers",
|
Usage: "manage containers",
|
||||||
Aliases: []string{"c"},
|
Aliases: []string{"c"},
|
||||||
Subcommands: []cli.Command{
|
Subcommands: []cli.Command{
|
||||||
listCommand,
|
|
||||||
deleteCommand,
|
deleteCommand,
|
||||||
setLabelsCommand,
|
|
||||||
infoCommand,
|
infoCommand,
|
||||||
|
listCommand,
|
||||||
|
setLabelsCommand,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,16 +27,16 @@ var (
|
|||||||
Name: "content",
|
Name: "content",
|
||||||
Usage: "manage content",
|
Usage: "manage content",
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
listCommand,
|
|
||||||
ingestCommand,
|
|
||||||
activeIngestCommand,
|
activeIngestCommand,
|
||||||
getCommand,
|
|
||||||
editCommand,
|
|
||||||
deleteCommand,
|
deleteCommand,
|
||||||
setLabelsCommand,
|
editCommand,
|
||||||
fetchCommand,
|
fetchCommand,
|
||||||
fetchObjectCommand,
|
fetchObjectCommand,
|
||||||
|
getCommand,
|
||||||
|
ingestCommand,
|
||||||
|
listCommand,
|
||||||
pushObjectCommand,
|
pushObjectCommand,
|
||||||
|
setLabelsCommand,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,9 +20,9 @@ var Command = cli.Command{
|
|||||||
Usage: "manage namespaces",
|
Usage: "manage namespaces",
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
createCommand,
|
createCommand,
|
||||||
setLabelsCommand,
|
|
||||||
listCommand,
|
listCommand,
|
||||||
removeCommand,
|
removeCommand,
|
||||||
|
setLabelsCommand,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,17 +23,17 @@ var Command = cli.Command{
|
|||||||
Usage: "manage snapshots",
|
Usage: "manage snapshots",
|
||||||
Flags: commands.SnapshotterFlags,
|
Flags: commands.SnapshotterFlags,
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
listCommand,
|
|
||||||
usageCommand,
|
|
||||||
removeCommand,
|
|
||||||
prepareCommand,
|
|
||||||
viewCommand,
|
|
||||||
treeCommand,
|
|
||||||
mountCommand,
|
|
||||||
commitCommand,
|
commitCommand,
|
||||||
infoCommand,
|
infoCommand,
|
||||||
|
listCommand,
|
||||||
|
mountCommand,
|
||||||
|
prepareCommand,
|
||||||
|
removeCommand,
|
||||||
setLabelCommand,
|
setLabelCommand,
|
||||||
|
treeCommand,
|
||||||
unpackCommand,
|
unpackCommand,
|
||||||
|
usageCommand,
|
||||||
|
viewCommand,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user