Skip to main content

mr tag edit-description

Update the description of an existing tag. Takes two positional arguments: the tag ID and the new description. Passing an empty string clears the description. Useful for annotating tags used across many resources without renaming them.

Usage

mr tag edit-description <id> <new-description>

Positional arguments:

  • <id>
  • <new-description>

Examples

Set a description on tag 42

mr tag edit-description 42 "used for Q1 2026 scans"

Clear the description by passing an empty string

mr tag edit-description 42 ""

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