backport of commit 63ab253cb4 (#23930)

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-10-31 16:19:54 -04:00
committed by GitHub
parent b8b54a0249
commit 3c81b68093
7 changed files with 735 additions and 6 deletions

View File

@@ -484,6 +484,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(),