Add "operator members" command to list nodes in the cluster. (#13292)

This commit is contained in:
Nick Cabatoff
2021-11-30 14:49:58 -05:00
committed by GitHub
parent cec23b238c
commit 0a11e4420d
17 changed files with 442 additions and 57 deletions

View File

@@ -461,6 +461,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) {
BaseCommand: getBaseCommand(),
}, nil
},
"operator members": func() (cli.Command, error) {
return &OperatorMembersCommand{
BaseCommand: getBaseCommand(),
}, nil
},
"path-help": func() (cli.Command, error) {
return &PathHelpCommand{
BaseCommand: getBaseCommand(),