update tag
Update an existing tag
Usage
lucy update tag [project-key] [tag-key] [OPTIONS]
Examples
lucy update tag ABC BUG --new-key BUGS
lucy update tag --project-id 1 BUG --label "Bug"
lucy update tag --id 10 -l "Docs" -d "Documentation"
Arguments
[project-key] The key of the project the tag belongs to
[tag-key] The key of the tag to update
Options
-h, --help Prints help information
-p, --project-id <ID> The ID of the project the tag belongs to
-i, --id <ID> The ID of the tag to update
--new-key <KEY> New key for the tag
-l, --label <LABEL> Label of the tag
-d, --description <DESCRIPTION> Description of the tag
-c, --color <COLOR> Color of the tag