just [args...]

Just a command runner

Arguments

NameDescription
args

Options

NameDescription
--help, -hPrint help information
--changelogPrint the changelog
--checkRun --fmt in 'check' mode
--chooseSelect one or more recipes to run using another program
--chooser <program>Override the binary invoked by --choose
--color <arg>Print colorful output
-c, --command <command>Run an arbitrary command with the working directory, .env, overrides, and exports
--completions <shell>Print shell completions
--clear-shell-argsClear shell arguments
--dry-runPrint what just would do, without doing it
--dumpPrint justfile
--dotenv-filename <name>Use a file with this name instead of .env
--dotenv-pathLoad the environment file from a path instead of searching for one
--dump-format <format>Specify the format for dumping the justfile
-e, --editEdit the justfile with $VISUAL or $EDITOR, falling back to vim
--evaluateEvaluate and print all variables
--fmtFormat and overwrite the justfile
--highlightHighlight echoed recipe lines in bold
--initInitialize a new justfile
-f, --justfile <file>Use a specific justfile
-l, --listList available recipes and their arguments
--list-heading <text>Print this text before the list
--list-prefix <text>Print this text before each list item
--no-dotenvDon't load the environment file
--no-highlightDon't highlight echoed recipe lines
-q, --quietSuppress all output
--set <variable> <value>Override a variable with a value
--shell <shell>Invoke this shell to run recipes
--shell-arg <argument>Invoke the shell with this as an argument
--shell-commandInvoke --command with the shell used to run recipe lines and backticks
-s, --show <recipe>Show information about a recipe
--summaryList names of available recipes
-u, --unsortedReturn list and summary entries in source order
--unstableEnable unstable features
--variablesList names of variables
-v, --verboseUse verbose output
-V, --versionPrint version information
-d, --working-directory <arg>Use this as the working directory