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:
Vishal Nayak
2020-03-17 09:46:44 -04:00
committed by GitHub
parent 5de801671d
commit 3dd3b20619
8 changed files with 182 additions and 22 deletions

View File

@@ -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.
`