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]
SubcommandPurpose
showPrint the resolved config (default)
pathShow config file path
editOpen config in $EDITOR
getGet a config value
setSet a config value
helpPrint this message or the help of the given subcommand(s)
FlagDescription
-h, --helpPrint 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
FlagDescription
-h, --helpPrint help

Get a config value

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

Show config file path

mxr config path
FlagDescription
-h, --helpPrint help

Set a config value

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

Print the resolved config (default)

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