Skip to main content

mr categories

Discover and inspect Categories. The categories subcommands operate across multiple categories: list for filtered queries (with pagination via the global --page flag) and timeline for an ASCII histogram of category creation activity.

The CLI has no bulk-mutate variants for categories; use the singular category commands (create, delete, edit-name, edit-description) and pipe categories list --json through jq when you need to derive IDs from a filter.

Usage

mr categories

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