Options (2)
booleanList all tags
Example:
jj tag {{[l|list]}}-T, --templatebooleanList tags with a custom template
Example:
jj tag {{[l|list]}} {{[-T|--template]}} "{{template}}"Examples (6)
List all tags
jj tag [l|list]List tags matching a pattern
jj tag [l|list] "pattern"List tags matching a substring pattern
jj tag [l|list] "substring:release"List tags sorted by committer date (newest first)
jj tag [l|list] --sort committer-date-List tags sorted by name in descending order
jj tag [l|list] --sort name-List tags with a custom template
jj tag [l|list] [-T|--template] "template"made by @shridhargupta | data from tldr-pages