manual reporting cli oss changes (#25109)

This commit is contained in:
akshya96
2024-01-26 13:00:38 -08:00
committed by GitHub
parent 86775456a2
commit 3b357e2314
2 changed files with 218 additions and 0 deletions

View File

@@ -531,6 +531,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) map[string]cli.Co
BaseCommand: getBaseCommand(),
}, nil
},
"operator utilization": func() (cli.Command, error) {
return &OperatorUtilizationCommand{
BaseCommand: getBaseCommand(),
}, nil
},
"operator unseal": func() (cli.Command, error) {
return &OperatorUnsealCommand{
BaseCommand: getBaseCommand(),