mxr contacts
Generated from
mxr contacts --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Surface relationship analytics from the materialized contacts table
mxr contacts [OPTIONS] <COMMAND>Subcommands
Section titled “Subcommands”| Subcommand | Purpose |
|---|---|
asymmetry | Rank contacts by reply imbalance (|inbound - outbound| / max) |
decay | List contacts where the most recent inbound is older than the outbound by more than —threshold-days days. Surfaces “going cold” relationships |
refresh | Force a full refresh of the materialized contacts table |
help | Print this message or the help of the given subcommand(s) |
Options
Section titled “Options”| Flag | Description |
|---|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”Surface relationship asymmetry or decay.
Everyday Examples
Section titled “Everyday Examples”mxr contacts asymmetry --limit 20mxr contacts decay --threshold-days 45Sub-subcommands
Section titled “Sub-subcommands”mxr contacts asymmetry
Section titled “mxr contacts asymmetry”Rank contacts by reply imbalance (|inbound - outbound| / max)
mxr contacts asymmetry [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--min-inbound <MIN_INBOUND> | Filter out contacts with fewer than this many inbound messages [default: 3] |
--limit <LIMIT> | [default: 50] |
--account <ACCOUNT> | — |
-h, --help | Print help |
mxr contacts decay
Section titled “mxr contacts decay”List contacts where the most recent inbound is older than the outbound by more than —threshold-days days. Surfaces “going cold” relationships
mxr contacts decay [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--threshold-days <THRESHOLD_DAYS> | [default: 30] |
--max-lookback-days <MAX_LOOKBACK_DAYS> | Upper bound: ignore contacts whose last inbound is older than this. Default ~3 years keeps focus on relationships you might still rebuild; raise for a wider audit [default: 1095] |
--limit <LIMIT> | [default: 50] |
--account <ACCOUNT> | — |
-h, --help | Print help |
mxr contacts refresh
Section titled “mxr contacts refresh”Force a full refresh of the materialized contacts table
mxr contacts refreshOptions
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
See also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin