Skip to main content

mr tag

Tags are lightweight labels attached to Resources, Notes, and Groups. A Tag has a name and optional description; the name is the user-visible handle. Tags are the primary way to categorize content across entity types and are commonly used as filter selectors in list and timeline commands.

Use the tag subcommands to operate on a single tag by ID: fetch it, create a new one, rename or redescribe it, or delete it. Use tags list to discover tags and tags merge to fold a tag's relationships into another.

Usage

mr tag

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