etch
Installation
SKILL.md
Etch Store Operations
Etch is Convex's content-addressed store: values are keyed by hash, and a single root hash reaches everything retained. Peers keep their state here.
Every subcommand takes the store file with -e / --etch:
java -jar convex.jar etch info -e /path/to/store.etch
Inspecting
| Command | Purpose |
|---|---|
etch info |
Summary of the database — start here |
etch validate |
Check store integrity; -m/--max-failures N to bound reporting |
etch dump |
Export contents, CSV by default (value ID, type, memory size, encoding) |
etch read <hash>... |
Read specific values by hash; --limit N to cap output |