jj Verified current stable Not installed? Version Control

Jj / List All Tags Jj Repository

List All Tags Jj Repository

Easily list all tags in your Jj repository to verify release integrity before deployment.

$
Terminal
jj tag l

When To Use

Auditing available tags to ensure release integrity before deployment.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
v1.0.0
v1.1.0
v2.0.0
v2.1.0

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.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Run the command: jj tag list.

  3. Step 3

    Review the displayed tags for your repository.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.