Skip to main content

mr admin settings list

List all runtime-editable settings with their current value, boot default, override status, and last-updated timestamp. Overridden settings show the effective value alongside the original boot default so you can see what changed.

Pass --json to emit the raw JSON array for scripting or to inspect fields like minNumeric, maxNumeric, and allowZero.

Usage

mr admin settings list

Examples

Show all settings in a table

mr admin settings list

Emit raw JSON for scripting

mr admin settings list --json

Flags

This command has no local flags.

Inherited global flags

FlagTypeDefaultDescription
--jsonboolfalseOutput raw JSON
--no-headerboolfalseOmit table headers
--pageint1Page number for list commands (default page size: 50)
--quietboolfalseOnly output IDs
--serverstringhttp://localhost:8181mahresources server URL (env: MAHRESOURCES_URL)

Output

Array of setting objects with key, label, group, type, current, bootDefault, overridden, updatedAt, reason

Exit Codes

0 on success; 1 on any error

See Also