lighthouse/database_manager
Jimmy Chen 88abaaae05 Add db inspect --output values option to support dumping raw db values (#4324)
## Issue Addressed

Add a new `--output values` option to `db inspect` for dumping raw database values to SSZ files.

This could be useful for inspecting the database when we're unable to start the beacon node.

Example usage:

```
# Output the `ForkChoice` column to an SSZ file
lighthouse db inspect --column frk --output values
```

By default, it stores the output files in the current directory, and can be overriden with `--ouput-dir`.

List of columns can be found here:
c547a11b0d/beacon_node/store/src/lib.rs (L169-L216)
2023-05-30 01:38:48 +00:00
..
src Add db inspect --output values option to support dumping raw db values (#4324) 2023-05-30 01:38:48 +00:00
Cargo.toml Add lighthouse db command (#3129) 2022-04-01 00:58:59 +00:00