Sort ctr commands alphabetically
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
d0166c42ce
commit
4bb9ac2828
@ -58,32 +58,32 @@ containerd CLI
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
app.Commands = append([]cli.Command{
|
app.Commands = append([]cli.Command{
|
||||||
imageCommand,
|
applyCommand,
|
||||||
pullCommand,
|
attachCommand,
|
||||||
|
checkpointCommand,
|
||||||
|
containersCommand,
|
||||||
|
contentCommand,
|
||||||
|
deleteCommand,
|
||||||
|
eventsCommand,
|
||||||
|
execCommand,
|
||||||
fetchCommand,
|
fetchCommand,
|
||||||
fetchObjectCommand,
|
fetchObjectCommand,
|
||||||
pushCommand,
|
imageCommand,
|
||||||
pushObjectCommand,
|
|
||||||
containersCommand,
|
|
||||||
checkpointCommand,
|
|
||||||
runCommand,
|
|
||||||
attachCommand,
|
|
||||||
deleteCommand,
|
|
||||||
namespacesCommand,
|
|
||||||
eventsCommand,
|
|
||||||
taskListCommand,
|
|
||||||
infoCommand,
|
infoCommand,
|
||||||
killCommand,
|
killCommand,
|
||||||
pprofCommand,
|
namespacesCommand,
|
||||||
execCommand,
|
|
||||||
pauseCommand,
|
pauseCommand,
|
||||||
resumeCommand,
|
pprofCommand,
|
||||||
snapshotCommand,
|
|
||||||
versionCommand,
|
|
||||||
psCommand,
|
psCommand,
|
||||||
applyCommand,
|
pullCommand,
|
||||||
|
pushCommand,
|
||||||
|
pushObjectCommand,
|
||||||
|
resumeCommand,
|
||||||
rootfsCommand,
|
rootfsCommand,
|
||||||
contentCommand,
|
runCommand,
|
||||||
|
snapshotCommand,
|
||||||
|
taskListCommand,
|
||||||
|
versionCommand,
|
||||||
}, extraCmds...)
|
}, extraCmds...)
|
||||||
app.Before = func(context *cli.Context) error {
|
app.Before = func(context *cli.Context) error {
|
||||||
if context.GlobalBool("debug") {
|
if context.GlobalBool("debug") {
|
||||||
|
Loading…
Reference in New Issue
Block a user