Skip to main content

mr admin settings

View and manage runtime configuration overrides. Overrides persist to the database and take effect immediately without restarting the server.

Use list to see all settings, get to inspect one, set to apply an override, and reset to revert a key to its boot-time default.

Usage

mr admin settings

Examples

Show all settings in a table

mr admin settings list

Get a single setting

mr admin settings get max_upload_size

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)

Exit Codes

0 on success; 1 on any error

See Also