Configuration Commands
mcli configuration [--verbose] COMMAND
| Command | Usage |
|---|---|
list |
mcli configuration list [--filter PATTERN] [--raw] |
get |
mcli configuration get KEY [--raw] |
set |
mcli configuration set [KEY] [VALUE] [--remove] |
The --filter option supports wildcard patterns such as imaging.*. It is
named --filter (-f), not --category.
mcli configuration list --filter 'jobs.*'
mcli configuration get streaming.maxConcurrentStreams.perUser --raw
mcli configuration set system.baseUrl https://music.example.com
mcli configuration set obsolete.custom.setting --remove
Values are persisted as strings and interpreted by their consumers. Preserve quotes around cron expressions, arrays, or values containing shell metacharacters. An environment override takes precedence over the stored value.
Use --remove only for a custom or explicitly obsolete setting. Removing a
seeded setting may disable a feature or cause it to fall back unexpectedly.
Create a redacted configuration export before bulk changes.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.