Skip to content

mxr config

Generated from mxr config --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Configuration management

mxr config [COMMAND]
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)
Flag Description
-h, --help Print help

Inspect or edit resolved config without hunting for the file.

Terminal window
mxr config path
mxr config show --format json

Open config in $EDITOR

mxr config edit
Flag Description
-h, --help Print help

Get a config value

mxr config get <KEY>
Flag Description
<KEY> Dotted key path (e.g. general.sync_interval, appearance.theme)
Flag Description
-h, --help Print help

Show config file path

mxr config path
Flag Description
-h, --help Print help

Set a config value

mxr config set <KEY> <VALUE>
Flag Description
<KEY> Dotted key path (e.g. general.sync_interval, appearance.theme)
<VALUE> Value to set
Flag Description
-h, --help Print help

Print the resolved config (default)

mxr config show [OPTIONS]
Flag Description
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help