commands.sh

jj tag list

all

List tags in a `jj` repository. See also: `jj tag delete`, `jj tag set`.

More info →

Options (2)

boolean

List all tags

Example: jj tag {{[l|list]}}
-T, --templateboolean

List 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