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

NAME

6       just - save and run commands
7

DESCRIPTION

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