From c7a7b0a2d2907d0730d3eae0d3a5fb60bb29bdd9 Mon Sep 17 00:00:00 2001 From: Sean Ellefson Date: Wed, 13 Dec 2023 13:14:42 -0800 Subject: [PATCH] Added `vault operator raft snapshot inspect` usage (#24083) * 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 <62406755+schavis@users.noreply.github.com> --- website/content/docs/commands/operator/raft.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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