2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 13:50:41 +00:00
Paul Banks d717d2cdc4
CLI: Allow snapshot inspect to work on internal raft snapshots directly. ()
* 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.
```