Skip to content

hype tags

Manage tags (labels for cross-cutting categorization of wins).

Terminal window
hype tags
Terminal window
$ hype tags
#impact
#shipped
#mentoring
#backend
Terminal window
hype tags rename <old-name> <new-name>

Renames a tag across all wins that use it. Tag names are matched case-insensitively.

Terminal window
$ hype tags rename backend infrastructure
+ Tag "backend" renamed to "infrastructure".
Terminal window
hype tags delete <name>

Deletes a tag. Wins that had this tag are kept; only the tag association is removed.

Terminal window
$ hype tags delete draft
+ Tag "draft" deleted.