mxr suggest-recipients
Generated from
mxr suggest-recipients --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Suggest “maybe include” Cc recipients for a draft. Excludes addresses already on the draft and never reveals Bcc’d addresses from prior threads
mxr suggest-recipients [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--draft <DRAFT> | Stored draft id. Mutually exclusive with —subject |
--subject <SUBJECT> | Subject for an ephemeral draft. Pair with —body-stdin for the body |
--body-stdin | Read the body from stdin |
--account <ACCOUNT> | — |
--limit <LIMIT> | [default: 5] |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”Suggest “maybe include” Cc recipients for a draft based on co-participation in similar prior threads. Suggestions only, never auto-adds; never reveals Bcc. See briefings and loop-in.
Everyday Examples
Section titled “Everyday Examples”mxr suggest-recipients --draft DRAFT_ID --format jsonecho 'rollout plan attached' | mxr suggest-recipients --subject 'pricing rollout' --body-stdinmxr suggest-recipients --draft DRAFT_ID --limit 3See 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