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
| Flag | Type | Default | Description |
|---|---|---|---|
--json | bool | false | Output raw JSON |
--no-header | bool | false | Omit table headers |
--page | int | 1 | Page number for list commands (default page size: 50) |
--quiet | bool | false | Only output IDs |
--server | string | http://localhost:8181 | mahresources server URL (env: MAHRESOURCES_URL) |
Exit Codes
0 on success; 1 on any error