remount cli changes (#14159)

This commit is contained in:
Pratyoy Mukhopadhyay
2022-02-18 08:50:05 -08:00
committed by GitHub
parent 2d810287cb
commit 03b3041265
5 changed files with 308 additions and 11 deletions

View File

@@ -278,6 +278,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) {
BaseCommand: getBaseCommand(),
}, nil
},
"auth move": func() (cli.Command, error) {
return &AuthMoveCommand{
BaseCommand: getBaseCommand(),
}, nil
},
"debug": func() (cli.Command, error) {
return &DebugCommand{
BaseCommand: getBaseCommand(),