just(1)                     General Commands Manual                    just(1)

NNAAMMEE
       just - 🤖 Just a command runner - https://github.com/casey/just

SSYYNNOOPPSSIISS
       jjuusstt [----aalliiaass--ssttyyllee] [----cceeiilliinngg] [----cchheecckk] [----cchhoooosseerr]
       [----cclleeaarr--sshheellll--aarrggss] [----ccoolloorr] [----ccoommmmaanndd--ccoolloorr] [----ccyyggppaatthh]
       [----ddootteennvv--ffiilleennaammee] [--EE|----ddootteennvv--ppaatthh] [--nn|----ddrryy--rruunn] [----dduummpp--ffoorrmmaatt]
       [----eexxppllaaiinn] [--gg|----gglloobbaall--jjuussttffiillee] [----hhiigghhlliigghhtt] [--ff|----jjuussttffiillee]
       [----lliisstt--hheeaaddiinngg] [----lliisstt--pprreeffiixx] [----lliisstt--ssuubbmmoodduulleess] [----nnoo--aalliiaasseess]
       [----nnoo--ddeeppss] [----nnoo--ddootteennvv] [----nnoo--hhiigghhlliigghhtt] [----oonnee] [--qq|----qquuiieett]
       [----aallllooww--mmiissssiinngg] [----sseett] [----sshheellll] [----sshheellll--aarrgg] [----sshheellll--ccoommmmaanndd]
       [----tteemmppddiirr] [----ttiimmeessttaammpp] [----ttiimmeessttaammpp--ffoorrmmaatt] [--uu|----uunnssoorrtteedd]
       [----uunnssttaabbllee] [--vv|----vveerrbboossee]... [--dd|----wwoorrkkiinngg--ddiirreeccttoorryy] [----yyeess]
       [----cchhaannggeelloogg] [----cchhoooossee] [--cc|----ccoommmmaanndd] [----ccoommpplleettiioonnss] [----dduummpp]
       [--ee|----eeddiitt] [----eevvaalluuaattee] [----ffmmtt] [----ggrroouuppss] [----iinniitt] [--ll|----lliisstt]
       [----mmaann] [--ss|----sshhooww] [----ssuummmmaarryy] [----uussaaggee] [----vvaarriiaabblleess] [--hh|----hheellpp]
       [--VV|----vveerrssiioonn] [_A_R_G_U_M_E_N_T_S]

DDEESSCCRRIIPPTTIIOONN
       🤖 Just a command runner - https://github.com/casey/just

OOPPTTIIOONNSS
       ----aalliiaass--ssttyyllee [default: right]
              Set list command alias display style

              [_p_o_s_s_i_b_l_e _v_a_l_u_e_s_: left, right, separate]
              May also be specified with the JJUUSSTT__AALLIIAASS__SSTTYYLLEE environment
              variable.

       ----cceeiilliinngg
              Do not ascend above <CEILING> directory when searching for a
              justfile.
              May also be specified with the JJUUSSTT__CCEEIILLIINNGG environment
              variable.

       ----cchheecckk
              Run `--fmt` in 'check' mode. Exits with 0 if justfile is
              formatted correctly. Exits with 1 and prints a diff if
              formatting is required.

       ----cchhoooosseerr
              Override binary invoked by `--choose`
              May also be specified with the JJUUSSTT__CCHHOOOOSSEERR environment
              variable.

       ----cclleeaarr--sshheellll--aarrggss
              Clear shell arguments

       ----ccoolloorr [default: auto]
              Print colorful output

              [_p_o_s_s_i_b_l_e _v_a_l_u_e_s_: always, auto, never]
              May also be specified with the JJUUSSTT__CCOOLLOORR environment variable.

       ----ccoommmmaanndd--ccoolloorr
              Echo recipe lines in <COMMAND-COLOR>

              [_p_o_s_s_i_b_l_e _v_a_l_u_e_s_: black, blue, cyan, green, purple, red, yellow]
              May also be specified with the JJUUSSTT__CCOOMMMMAANNDD__CCOOLLOORR environment
              variable.

       ----ccyyggppaatthh [default: cygpath]
              Use binary at <CYGPATH> to convert between unix and Windows
              paths.
              May also be specified with the JJUUSSTT__CCYYGGPPAATTHH environment
              variable.

       ----ddootteennvv--ffiilleennaammee
              Search for environment file named <DOTENV-FILENAME> instead of
              `.env`

       --EE, ----ddootteennvv--ppaatthh
              Load <DOTENV-PATH> as environment file instead of searching for
              one

       --nn, ----ddrryy--rruunn
              Print what just would do without doing it
              May also be specified with the JJUUSSTT__DDRRYY__RRUUNN environment
              variable.

       ----dduummpp--ffoorrmmaatt _<_F_O_R_M_A_T_> [default: just]
              Dump justfile as <FORMAT>

              [_p_o_s_s_i_b_l_e _v_a_l_u_e_s_: json, just]
              May also be specified with the JJUUSSTT__DDUUMMPP__FFOORRMMAATT environment
              variable.

       ----eexxppllaaiinn
              Print recipe doc comment before running it
              May also be specified with the JJUUSSTT__EEXXPPLLAAIINN environment
              variable.

       --gg, ----gglloobbaall--jjuussttffiillee
              Use global justfile

       ----hhiigghhlliigghhtt
              Highlight echoed recipe lines in bold
              May also be specified with the JJUUSSTT__HHIIGGHHLLIIGGHHTT environment
              variable.

       --ff, ----jjuussttffiillee
              Use <JUSTFILE> as justfile
              May also be specified with the JJUUSSTT__JJUUSSTTFFIILLEE environment
              variable.

       ----lliisstt--hheeaaddiinngg _<_T_E_X_T_> [default: Available recipes:
              ] Print <TEXT> before list
              May also be specified with the JJUUSSTT__LLIISSTT__HHEEAADDIINNGG environment
              variable.

       ----lliisstt--pprreeffiixx _<_T_E_X_T_> [default:     ]
              Print <TEXT> before each list item
              May also be specified with the JJUUSSTT__LLIISSTT__PPRREEFFIIXX environment
              variable.

       ----lliisstt--ssuubbmmoodduulleess
              List recipes in submodules
              May also be specified with the JJUUSSTT__LLIISSTT__SSUUBBMMOODDUULLEESS environment
              variable.

       ----nnoo--aalliiaasseess
              Don't show aliases in list
              May also be specified with the JJUUSSTT__NNOO__AALLIIAASSEESS environment
              variable.

       ----nnoo--ddeeppss
              Don't run recipe dependencies
              May also be specified with the JJUUSSTT__NNOO__DDEEPPSS environment
              variable.

       ----nnoo--ddootteennvv
              Don't load `.env` file
              May also be specified with the JJUUSSTT__NNOO__DDOOTTEENNVV environment
              variable.

       ----nnoo--hhiigghhlliigghhtt
              Don't highlight echoed recipe lines in bold
              May also be specified with the JJUUSSTT__NNOO__HHIIGGHHLLIIGGHHTT environment
              variable.

       ----oonnee  Forbid multiple recipes from being invoked on the command line
              May also be specified with the JJUUSSTT__OONNEE environment variable.

       --qq, ----qquuiieett
              Suppress all output
              May also be specified with the JJUUSSTT__QQUUIIEETT environment variable.

       ----aallllooww--mmiissssiinngg
              Ignore missing recipe and module errors
              May also be specified with the JJUUSSTT__AALLLLOOWW__MMIISSSSIINNGG environment
              variable.

       ----sseett _<_V_A_R_I_A_B_L_E_> _<_V_A_L_U_E_>
              Override <VARIABLE> with <VALUE>

       ----sshheellll
              Invoke <SHELL> to run recipes

       ----sshheellll--aarrgg
              Invoke shell with <SHELL-ARG> as an argument

       ----sshheellll--ccoommmmaanndd
              Invoke <COMMAND> with the shell used to run recipe lines and
              backticks

       ----tteemmppddiirr
              Save temporary files to <TEMPDIR>.
              May also be specified with the JJUUSSTT__TTEEMMPPDDIIRR environment
              variable.

       ----ttiimmeessttaammpp
              Print recipe command timestamps
              May also be specified with the JJUUSSTT__TTIIMMEESSTTAAMMPP environment
              variable.

       ----ttiimmeessttaammpp--ffoorrmmaatt [default: %H:%M:%S]
              Timestamp format string
              May also be specified with the JJUUSSTT__TTIIMMEESSTTAAMMPP__FFOORRMMAATT environment
              variable.

       --uu, ----uunnssoorrtteedd
              Return list and summary entries in source order
              May also be specified with the JJUUSSTT__UUNNSSOORRTTEEDD environment
              variable.

       ----uunnssttaabbllee
              Enable unstable features
              May also be specified with the JJUUSSTT__UUNNSSTTAABBLLEE environment
              variable.

       --vv, ----vveerrbboossee
              Use verbose output
              May also be specified with the JJUUSSTT__VVEERRBBOOSSEE environment
              variable.

       --dd, ----wwoorrkkiinngg--ddiirreeccttoorryy
              Use <WORKING-DIRECTORY> as working directory. --justfile must
              also be set
              May also be specified with the JJUUSSTT__WWOORRKKIINNGG__DDIIRREECCTTOORRYY
              environment variable.

       ----yyeess  Automatically confirm all recipes.
              May also be specified with the JJUUSSTT__YYEESS environment variable.

       --hh, ----hheellpp
              Print help

       --VV, ----vveerrssiioonn
              Print version

       [_A_R_G_U_M_E_N_T_S]
              Overrides and recipe(s) to run, defaulting to the first recipe
              in the justfile

CCOOMMMMAANNDDSS
       ----cchhaannggeelloogg
              Print changelog

       ----cchhoooossee
              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c, ----ccoommmmaanndd
              Run an arbitrary command with the working directory, `.env`,
              overrides, and exports set

       ----ccoommpplleettiioonnss _<_S_H_E_L_L_>
              Print shell completion script for <SHELL>

              [_p_o_s_s_i_b_l_e _v_a_l_u_e_s_: bash, elvish, fish, nushell, powershell, zsh]

       ----dduummpp Print justfile

       --ee, ----eeddiitt
              Edit justfile with editor given by $VISUAL or $EDITOR, falling
              back to `vim`

       ----eevvaalluuaattee
              Evaluate and print all variables. If a variable name is given as
              an argument, only print that variable's value.

       ----ffmmtt  Format and overwrite justfile

       ----ggrroouuppss
              List recipe groups

       ----iinniitt Initialize new justfile in project root

       --ll, ----lliisstt [_<_M_O_D_U_L_E_>_._._.]
              List available recipes in <MODULE> or root if omitted

       ----mmaann  Print man page

       --ss, ----sshhooww _<_P_A_T_H_>_._._.
              Show recipe at <PATH>

       ----ssuummmmaarryy
              List names of available recipes

       ----uussaaggee _<_P_A_T_H_>_._._.
              Print recipe usage information

       ----vvaarriiaabblleess
              List names of variables

VVEERRSSIIOONN
       v1.46.0

AAUUTTHHOORRSS
       Casey Rodarmor <casey@rodarmor.com>

                                  just 1.46.0                          just(1)
