open-consul/.changelog/10089.txt
Paul Banks 5c409739c7
CLI: Allow snapshot inspect to work on internal raft snapshots directly. (#10089)
* CLI: Add support for reading internal raft snapshots to snapshot inspect

* Add snapshot inspect test for raw state files

* Add changelog entry

* Update .changelog/10089.txt
2021-04-23 16:17:08 +01:00

5 lines
118 B
Plaintext

```release-note:improvement
cli: snapshot inspect command can now inspect raw snapshots from a server's data
dir.
```