Skip to main content

mr plugins

Discover and inspect the plugins installed on the mahresources server. The plural plugins command group is read-only: use plugins list for a full snapshot of every plugin the server knows about, including its current enabled state and any stored setting values. For lifecycle controls (enable, disable, configure, purge) on a single plugin, use the singular plugin subcommands.

Usage

mr plugins

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