just Verified current stable Not installed? Version Control

Just / List Available Recipes Justfile

List Available Recipes Justfile

Quickly list all recipes defined in your Justfile for easy task management and execution.

$
Terminal
just -l

When To Use

Auditing tasks available for execution under the Justfile.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Available recipes:
  build
  test
  deploy
  clean

Power User Variants

Optimized versions

just --list

List available recipes using the long option.

just -l

List available recipes using the short option.

Command Breakdown

What each part is doing

just
Base Command
The executable that performs this operation. Here it runs Just before the shell applies any redirect operators.
-l
l| list
The value supplied for l| list.
-l
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Run the command: just -l

  3. Step 3

    Review the list of available recipes.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.