mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
backport of commit 63ab253cb4 (#23928)
Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
d30fb99987
commit
cbb4be0715
@@ -480,6 +480,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) map[string]cli.Co
|
||||
BaseCommand: getBaseCommand(),
|
||||
}, nil
|
||||
},
|
||||
"operator raft snapshot inspect": func() (cli.Command, error) {
|
||||
return &OperatorRaftSnapshotInspectCommand{
|
||||
BaseCommand: getBaseCommand(),
|
||||
}, nil
|
||||
},
|
||||
"operator raft snapshot restore": func() (cli.Command, error) {
|
||||
return &OperatorRaftSnapshotRestoreCommand{
|
||||
BaseCommand: getBaseCommand(),
|
||||
|
||||
Reference in New Issue
Block a user