just(1) General Commands Manual just(1) NAME just - Just a command runner - https://github.com/casey/just SYNOPSIS just [--alias-style] [--allow-missing] [--ceiling] [--check] [--chooser] [--clear-shell-args] [--color] [--command-color] [--complete-aliases] [--cygpath] [--dotenv-filename] [-E|--dotenv-path] [-n|--dry-run] [--dump-format] [--evaluate-format] [--explain] [-g|--global-justfile] [--group] [--highlight] [--indentation] [-f|--justfile] [--justfile-name] [--list-heading] [--list-prefix] [--list-submodules] [--no-aliases] [--no-deps] [--no-dotenv] [--no-highlight] [--one] [-q|--quiet] [--set] [--shell] [--shell-arg] [--shell-command] [--changelog] [--choose] [-c|--command] [--completions] [--dump] [-e|--edit] [--evaluate] [--fmt] [--groups] [--init] [--json] [-l|--list] [--man] [-s|--show] [--summary] [--usage] [--variables] [--tempdir] [--time] [--timestamp] [--timestamp-format] [-u|--unsorted] [--unstable] [-v|--verbose]... [-d|--working-directory] [--yes] [-h|--help] [-V|--version] [ARGUMENTS] DESCRIPTION Just a command runner - https://github.com/casey/just OPTIONS --alias-style [default: right] Set list command alias display style Possible values: o left o right o separate --allow-missing Ignore missing recipe and module errors --ceiling Do not ascend above directory when searching for a justfile. --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. --chooser Override binary invoked by `--choose` --clear-shell-args Clear shell arguments --color [default: auto] Print colorful output Possible values: o always o auto o never --command-color Echo recipe lines in Possible values: o black o blue o cyan o green o purple o red o yellow --complete-aliases Auto-complete recipe aliases --cygpath [default: cygpath] Use binary at to convert between unix and Windows paths. --dotenv-filename Search for environment file named instead of `.env` -E, --dotenv-path Load as environment file instead of searching for one -n, --dry-run Print what just would do without doing it --dump-format [default: just] Dump justfile as Possible values: o json o just --evaluate-format [default: just] Print evaluated variables in Possible values: o just o shell --explain Print recipe doc comment before running it -g, --global-justfile Use global justfile --group Only list recipes in --highlight Highlight echoed recipe lines in bold --indentation [default: ] Indent recipes bodies with -f, --justfile Use as justfile --justfile-name Search for justfile named --list-heading [default: Available recipes: ] Print before list --list-prefix [default: ] Print before each list item --list-submodules List recipes in submodules --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 --one Forbid multiple recipes from being invoked on the command line -q, --quiet Suppress all output --set Override with --shell Invoke to run recipes --shell-arg Invoke shell with as an argument --shell-command Invoke with the shell used to run recipe lines and backticks --tempdir Save temporary files to . --time Print recipe execution time --timestamp Print recipe command timestamps --timestamp-format [default: %H:%M:%S] Timestamp format string -u, --unsorted Return list and summary entries in source order --unstable Enable unstable features -v, --verbose Use verbose output -d, --working-directory Use as working directory. --justfile must also be set --yes Automatically confirm all recipes. -h, --help Print help -V, --version Print version [ARGUMENTS] Overrides and recipe(s) to run, defaulting to the first recipe in the justfile COMMANDS --changelog Print changelog --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` -c, --command ... Run an arbitrary command with the working directory, `.env`, overrides, and exports set --completions Print shell completion script for Possible values: o bash o elvish o fish o nushell o powershell o zsh --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 --groups List recipe groups --init Initialize new justfile in project root --json Print justfile as JSON -l, --list [...] List available recipes in or root if omitted --man Print man page -s, --show ... Show recipe at --summary List names of available recipes --usage ... Print recipe usage information --variables List names of variables VERSION v1.49.0 AUTHORS Casey Rodarmor just 1.49.0 just(1)