mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
backport of commit 63ab253cb4 (#23930)
Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
b8b54a0249
commit
3c81b68093
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user