Skip to main content

mr tags

Discover and bulk-manage Tags. The tags subcommands operate across multiple tags: list for filtered queries (with pagination via global --page), merge for folding one or more tags into a single winner, delete for bulk removal, and timeline for an activity histogram.

Selection for destructive commands is by ID: merge uses --winner / --losers, delete uses --ids. Pipe tags list --json through jq when you need to derive IDs from a filter.

Usage

mr tags

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