1HATCH(1)                         User Commands                        HATCH(1)
2
3
4

NAME

6       hatch – A modern project, package, and virtual env manager
7

SYNOPSIS

9       hatch [OPTIONS] COMMAND [ARGS]...
10

OPTIONS

12       --version
13              show the version and exit
14
15       -h, --help
16              show a help message and exit
17
18   COMMANDS
19       build  Builds a project
20
21              See hatch-build(1).
22
23       clean  Removes a project’s build artifacts
24
25              See hatch-clean(1).
26
27       conda  Installs Miniconda
28
29              See hatch-conda(1).
30
31       config Locates, updates, or restores the config file
32
33              See hatch-config(1).
34
35       env    Manages virtual environments
36
37              See hatch-env(1).
38
39       grow   Increments a project’s version
40
41              See hatch-grow(1).
42
43       init   Creates a new Python project in the current directory
44
45              See hatch-init(1).
46
47       install
48              Installs packages
49
50              See hatch-install(1).
51
52       new    Creates a new Python project
53
54              See hatch-new(1).
55
56       pypath Manages named Python paths
57
58              See hatch-pypath(1).
59
60       python Manages Python installations
61
62              See hatch-python(1).
63
64       release
65              Uploads to PyPI
66
67              See hatch-release(1).
68
69       shed   Removes named Python paths or virtual environments
70
71              See hatch-shed(1).
72
73       shell  Activates or sends a command to a virtual environment
74
75              See hatch-shell(1).
76
77       test   Runs tests
78
79              See hatch-test(1).
80
81       uninstall
82              Uninstalls packages
83
84              See hatch-uninstall(1).
85
86       update Updates packages
87
88              See hatch-update(1).
89

SEE ALSO

91       hatch-build(1),    hatch-clean(1),   hatch-conda(1),   hatch-config(1),
92       hatch-env(1),    hatch-grow(1),    hatch-init(1),     hatch-install(1),
93       hatch-new(1),   hatch-pypath(1),   hatch-python(1),   hatch-release(1),
94       hatch-shed(1),   hatch-shell(1),   hatch-test(1),   hatch-uninstall(1),
95       hatch-update(1)
96
97
98
99                                 Feburary 2022                        HATCH(1)
Impressum