diff --git a/website/content/docs/commands/operator/raft.mdx b/website/content/docs/commands/operator/raft.mdx index dd2a63f738a0..9b7f91da94ef 100644 --- a/website/content/docs/commands/operator/raft.mdx +++ b/website/content/docs/commands/operator/raft.mdx @@ -192,6 +192,20 @@ Usage: vault operator raft snapshot restore $ 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 +``` + +For example: + +```shell-session +$ vault operator raft snapshot inspect raft.snap +``` + ## autopilot This command groups subcommands for operators interacting with the autopilot