---
source: src/main.rs
assertion_line: 4707
expression: sub.render_long_help().to_string()
---
Show pond health, data, and adapter status.
Storage destination and size, row counts, index readiness, embedding backlog, configured adapters, and the sync schedule. Anything off names its fix inline.
Usage: pond status [OPTIONS]
Options:
--include-subagents
Count each sub-agent `source_agent` (e.g. `claude-code/general-purpose`) as its own adapter. Default counts only main agents
--format <FORMAT>
Output format: `text` (human tables) or `json` (one document)
[default: text]
[possible values: text, json]
-h, --help
Print help (see a summary with '-h')
Global options:
--storage-path <URL>
Storage destination: a local path or remote URL.
Accepts a bare path, `~/path`, `file://`, `s3://bucket/prefix`, `s3+https://host/bucket/prefix`, `gs://`, `az://`, or the keyword `local` (the platform default local data dir). Default: `[storage].path` from config, then the platform data dir (`~/.local/share/pond`).
[env: POND_STORAGE_PATH]
--config-file <PATH>
Config file to read (default: `~/.config/pond/config.toml`)
[env: POND_CONFIG_FILE]
-v, --verbose...
Increase logging verbosity
-q, --quiet...
Decrease logging verbosity
Examples:
pond status the one-screen overview
pond status --include-subagents count each subagent as its own adapter