Skip to content

Commit

Permalink
Added vault operator raft snapshot inspect usage (#24083)
Browse files Browse the repository at this point in the history
* Added `vault operator raft snapshot inspect` usage

* Update website/content/docs/commands/operator/raft.mdx

Forcing suggestion commit so we can merge and publish the changes.

---------

Co-authored-by: Sarah Chavis <[email protected]>
  • Loading branch information
scellef and schavis authored Dec 13, 2023
1 parent a58c3a9 commit c7a7b0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/content/docs/commands/operator/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,20 @@ Usage: vault operator raft snapshot restore <snapshot_file>
$ vault operator raft snapshot restore raft.snap
```

### snapshot inspect

Inspects a snapshot file taken from a Vault Raft cluster and prints a table showing the number of keys and the amount of space used.

```text
Usage: vault operator raft snapshot inspect <snapshot_file>
```

For example:

```shell-session
$ vault operator raft snapshot inspect raft.snap
```

## autopilot

This command groups subcommands for operators interacting with the autopilot
Expand Down

0 comments on commit c7a7b0a

Please sign in to comment.