Commands
stats
Show vault statistics including document counts and category breakdowns
The stats command provides a statistical overview of your vault contents.
Usage
clawvault stats [options]Options
| Flag | Description | Default |
|---|---|---|
-v, --vault <path> | Vault path | Nearest vault |
--json | Output as JSON | false |
Examples
# View vault stats
clawvault stats
# JSON output for dashboards or scripts
clawvault stats --jsonStats includes document counts by category, total vault size, and index health information.