mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Raft cli docs (#8548)
* Raft cli docs * s/raft/Raft * s/raft/Raft * Update website/pages/docs/commands/operator/raft.mdx Co-Authored-By: Meggie <m.ladlow@gmail.com> * Mention that shamir seal requires unseal keys Co-authored-by: Meggie <m.ladlow@gmail.com>
This commit is contained in:
@@ -20,9 +20,9 @@ func (c *OperatorRaftCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: vault operator raft <subcommand> [options] [args]
|
||||
|
||||
This command groups subcommands for operators interacting with the Vault raft storage backend. Most
|
||||
users will not need to interact with these commands. Here are a few examples
|
||||
of the raft operator commands:
|
||||
This command groups subcommands for operators interacting with the Vault raft
|
||||
storage backend. Most users will not need to interact with these commands. Here
|
||||
are a few examples of the raft operator commands:
|
||||
|
||||
Joins a node to the raft cluster:
|
||||
|
||||
@@ -38,7 +38,7 @@ Usage: vault operator raft <subcommand> [options] [args]
|
||||
|
||||
Restores and saves snapshots from the raft cluster:
|
||||
|
||||
$ vault operator raft snapshot take out.snap
|
||||
$ vault operator raft snapshot save out.snap
|
||||
|
||||
Please see the individual subcommand help for detailed usage information.
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user