1JUST(1)                           Just Manual                          JUST(1)
2
3
4

NAME

6       just - save and run commands
7

DESCRIPTION

9       just  1.13.0 - Please see https://github.com/casey/just for more infor‐
10       mation.
11
12   USAGE:
13              just [FLAGS] [OPTIONS] [--] [ARGUMENTS]...
14
15   FLAGS:
16       --changelog
17              Print changelog
18
19       --check
20              Run `--fmt` in 'check' mode. Exits with 0 if justfile is format‐
21              ted  correctly.  Exits with 1 and prints a diff if formatting is
22              required.
23
24       --choose
25              Select one or more recipes to run using a binary. If `--chooser`
26              is   not   passed   the   chooser   defaults  to  the  value  of
27              $JUST_CHOOSER, falling back to `fzf`
28
29       --clear-shell-args
30              Clear shell arguments
31
32       -n, --dry-run
33              Print what just would do without doing it
34
35       --dump Print justfile
36
37       -e, --edit
38              Edit justfile with editor given by $VISUAL or  $EDITOR,  falling
39              back to `vim`
40
41       --evaluate
42              Evaluate and print all variables. If a variable name is given as
43              an argument, only print that variable's value.
44
45       --fmt  Format and overwrite justfile
46
47       --highlight
48              Highlight echoed recipe lines in bold
49
50       --init Initialize new justfile in project root
51
52       -l, --list
53              List available recipes and their arguments
54
55       --no-dotenv
56              Don't load `.env` file
57
58       --no-highlight
59              Don't highlight echoed recipe lines in bold
60
61       -q, --quiet
62              Suppress all output
63
64       --shell-command
65              Invoke <COMMAND> with the shell used to  run  recipe  lines  and
66              backticks
67
68       --summary
69              List names of available recipes
70
71       -u, --unsorted
72              Return list and summary entries in source order
73
74       --unstable
75              Enable unstable features
76
77       --variables
78              List names of variables
79
80       -v, --verbose
81              Use verbose output
82
83       -h, --help
84              Print help information
85
86       -V, --version
87              Print version information
88
89   OPTIONS:
90       --chooser <CHOOSER>
91              Override binary invoked by `--choose`
92
93       --color <COLOR>
94
95       Print colorful output [default: auto]
96              [possible values: auto, always, never]
97
98       -c, --command <COMMAND>
99
100              Run  an  arbitrary  command  with the working directory, `.env`,
101              overrides, and exports set
102
103       --completions <SHELL>
104
105              Print shell completion script for <SHELL> [possible values: zsh,
106              bash, fish, powershell, elvish]
107
108       --dotenv-filename <DOTENV-FILENAME>
109
110              Search  for  environment file named <DOTENV-FILENAME> instead of
111              `.env`
112
113       --dotenv-path <DOTENV-PATH>
114              Load environment file at <DOTENV-PATH> instead of searching  for
115              one
116
117       --dump-format <FORMAT>
118
119       Dump justfile as <FORMAT> [default: just]
120              [possible values: just, json]
121
122       -f, --justfile <JUSTFILE>
123              Use <JUSTFILE> as justfile
124
125       --list-heading <TEXT>
126              Print <TEXT> before list
127
128       --list-prefix <TEXT>
129              Print <TEXT> before each list item
130
131       --set <VARIABLE> <VALUE>
132              Override <VARIABLE> with <VALUE>
133
134       --shell <SHELL>
135              Invoke <SHELL> to run recipes
136
137       --shell-arg <SHELL-ARG>...
138              Invoke shell with <SHELL-ARG> as an argument
139
140       -s, --show <RECIPE>
141              Show information about <RECIPE>
142
143       -d, --working-directory <WORKING-DIRECTORY>
144
145              Use  <WORKING-DIRECTORY>  as  working directory. --justfile must
146              also be set
147
148   ARGS:
149       <ARGUMENTS>...
150              Overrides and recipe(s) to run, defaulting to the  first  recipe
151              in the justfile
152
153
154
155just 1.13.0                      January 2023                          JUST(1)
Impressum