jj Verified current stable Not installed? Version Control

Jj / List Tags Matching Pattern

List Tags Matching Pattern

Use the jj CLI to list tags that match a specific pattern for efficient filtering.

$
Terminal
jj tag l "<pattern>"

When To Use

Filtering operational releases for regression testing batches.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
tag1
release-2023-01
release-2023-02
release-2023-03

Command Breakdown

What each part is doing

jj
Base Command
The executable that performs this operation. Here it runs Jj before the shell applies any redirect operators.
l
l|list
The value supplied for l|list.
<pattern>
pattern
The value supplied for pattern.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Run the command: jj tag list "<your-pattern>".

  3. Step 3

    Review the output for matching tags.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.