mxr config
Generated from
mxr config --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Configuration management
mxr config [COMMAND]Subcommands
Section titled “Subcommands”| Subcommand | Purpose |
|---|---|
show | Print the resolved config (default) |
path | Show config file path |
edit | Open config in $EDITOR |
get | Get a config value |
set | Set a config value |
help | Print this message or the help of the given subcommand(s) |
Options
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
Use When
Section titled “Use When”Inspect or edit resolved config without hunting for the file.
Everyday Examples
Section titled “Everyday Examples”mxr config pathmxr config show --format jsonSub-subcommands
Section titled “Sub-subcommands”mxr config edit
Section titled “mxr config edit”Open config in $EDITOR
mxr config editOptions
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
mxr config get
Section titled “mxr config get”Get a config value
mxr config get <KEY>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<KEY> | Dotted key path (e.g. general.sync_interval, appearance.theme) |
Options
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
mxr config path
Section titled “mxr config path”Show config file path
mxr config pathOptions
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
mxr config set
Section titled “mxr config set”Set a config value
mxr config set <KEY> <VALUE>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<KEY> | Dotted key path (e.g. general.sync_interval, appearance.theme) |
<VALUE> | Value to set |
Options
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
mxr config show
Section titled “mxr config show”Print the resolved config (default)
mxr config show [OPTIONS]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