JUST(1) Just Manual JUST(1) NAME just - save and run commands DESCRIPTION just 1.26.0 - Please see https://github.com/casey/just for more information. USAGE: just [FLAGS] [OPTIONS] [--] [ARGUMENTS]... FLAGS: --changelog Print changelog --check Run `--fmt` in 'check' mode. Exits with 0 if justfile is formatted correctly. Exits with 1 and prints a diff if formatting is required. --choose Select one or more recipes to run using a binary chooser. If `--chooser` is not passed the chooser defaults to the value of $JUST_CHOOSER, falling back to `fzf` --clear-shell-args Clear shell arguments -n, --dry-run Print what just would do without doing it --dump Print justfile -e, --edit Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim` --evaluate Evaluate and print all variables. If a variable name is given as an argument, only print that variable's value. --fmt Format and overwrite justfile --highlight Highlight echoed recipe lines in bold --init Initialize new justfile in project root -l, --list List available recipes and their arguments --no-aliases Don't show aliases in list --no-deps Don't run recipe dependencies --no-dotenv Don't load `.env` file --no-highlight Don't highlight echoed recipe lines in bold -q, --quiet Suppress all output --shell-command Invoke with the shell used to run recipe lines and backticks --summary List names of available recipes -u, --unsorted Return list and summary entries in source order --unstable Enable unstable features --variables List names of variables -v, --verbose Use verbose output --yes Automatically confirm all recipes. -h, --help Print help information -V, --version Print version information OPTIONS: --chooser Override binary invoked by `--choose` --color Print colorful output [default: auto] [possible values: auto, always, never] -c, --command Run an arbitrary command with the working directory, `.env`, overrides, and exports set --command-color Echo recipe lines in [possible values: black, blue, cyan, green, purple, red, yellow] --completions Print shell completion script for [possible values: zsh, bash, fish, powershell, elvish] --dotenv-filename Search for environment file named instead of `.env` -E, --dotenv-path Load as environment file instead of searching for one --dump-format Dump justfile as [default: just] [possible values: just, json] -f, --justfile Use as justfile --list-heading Print before list --list-prefix Print before each list item --set Override with --shell Invoke to run recipes --shell-arg ... Invoke shell with as an argument -s, --show Show information about -d, --working-directory Use as working directory. --justfile must also be set ARGS: ... Overrides and recipe(s) to run, defaulting to the first recipe in the justfile just 1.26.0 May 2024 JUST(1)