Generated from mxr cadence --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.
Manage the cadence watchlist
Subcommand
Purpose
watch
Add a contact to the watchlist
unwatch
Remove a contact from the watchlist
list
List currently watched contacts
drift
List watched contacts whose interval has drifted past expected
help
Print this message or the help of the given subcommand(s)
Flag
Description
-h, --help
Print help
Watchlist for relationships you chose to maintain. Surfaces drift against an explicit expected interval — never auto-watches contacts. See timing and cadence .
mxr cadence watch alice@example.com --every 14d
mxr cadence list --format json
mxr cadence drift --format ids | xargs -I {} mxr sender {}
mxr cadence unwatch alice@example.com
List watched contacts whose interval has drifted past expected
mxr cadence drift [OPTIONS]
Flag
Description
--account <ACCOUNT>
—
--format <FORMAT>
[possible values: table, json, jsonl, csv, ids]
-h, --help
Print help
List currently watched contacts
mxr cadence list [OPTIONS]
Flag
Description
--account <ACCOUNT>
—
--format <FORMAT>
[possible values: table, json, jsonl, csv, ids]
-h, --help
Print help
Remove a contact from the watchlist
mxr cadence unwatch [OPTIONS] <EMAIL>
Flag
Description
<EMAIL>
—
Flag
Description
--account <ACCOUNT>
—
-h, --help
Print help
Add a contact to the watchlist
mxr cadence watch [OPTIONS] <EMAIL>
Flag
Description
<EMAIL>
—
Flag
Description
--account <ACCOUNT>
—
--expected-days <EXPECTED_DAYS>
—
--every <EVERY>
Expected cadence as a duration, e.g. 14d, 2w, or 30 days
--note <NOTE>
—
--allow-list-sender
Watch the contact even if it looks like a list sender
-h, --help
Print help