mxr decisions
Generated from
mxr decisions --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
List or rebuild the citation-backed decision log
mxr decisions [OPTIONS] [COMMAND]Subcommands
Section titled “Subcommands”| Subcommand | Purpose |
|---|---|
rebuild | Re-extract decisions from every thread within —since N days. Idempotent on unchanged thread content |
show | Show a single decision row by its id (returned by mxr decisions --format json|ids). Exits non-zero when the id is unknown so scripts can branch on presence |
help | Print this message or the help of the given subcommand(s) |
Options
Section titled “Options”| Flag | Description |
|---|---|
--account <ACCOUNT> | — |
--topic <TOPIC> | — |
--since <SINCE_DAYS> | — |
--limit <LIMIT> | [default: 50] |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”List or rebuild the citation-backed decision log. Idempotent on unchanged threads. See archive intelligence.
Everyday Examples
Section titled “Everyday Examples”mxr decisions --topic pricing --format jsonmxr decisions rebuild --since 180mxr decisions --since 30 --format ids | xargs -I{} mxr decisions show {}Sub-subcommands
Section titled “Sub-subcommands”mxr decisions rebuild
Section titled “mxr decisions rebuild”Re-extract decisions from every thread within —since N days. Idempotent on unchanged thread content
mxr decisions rebuild [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--account <ACCOUNT> | — |
--since <SINCE_DAYS> | [default: 180] |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
mxr decisions show
Section titled “mxr decisions show”Show a single decision row by its id (returned by mxr decisions --format json|ids). Exits non-zero when the id is unknown so scripts can branch on presence
mxr decisions show [OPTIONS] <ID>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<ID> | — |
Options
Section titled “Options”| Flag | Description |
|---|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-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