1HATCH-ENV(1) User Commands HATCH-ENV(1)
2
3
4
6 hatch env – Manage project environments
7
9 hatch env [OPTIONS] COMMAND [ARGS]...
10
12 -h, --help
13 Show a help message and exit
14
15 COMMANDS
16 create Create environments
17
18 See hatch-env-create(1).
19
20 find Locate environments
21
22 See hatch-env-find(1).
23
24 prune Remove all environments
25
26 See hatch-env-prune(1).
27
28 remove Remove environments
29
30 See hatch-env-remove(1).
31
32 run Run commands within project environments
33
34 See hatch-env-run(1).
35
36 show Show the available environments
37
38 See hatch-env-show(1).
39
41 hatch-env-create(1), hatch-env-find(1), hatch-env-prune(1),
42 hatch-env-remove(1), hatch-env-run(1), hatch-env-show(1)
43
44 hatch-build(1), hatch-clean(1), hatch-config(1), hatch-dep(1),
45 hatch-new(1), hatch-project(1), hatch-publish(1), hatch-run(1),
46 hatch-shell(1), hatch-status(1), hatch-version(1)
47
48 hatch(1)
49
50
51
52 October 2022 HATCH-ENV(1)