Blob Blame History Raw
.TH HATCH\-ENV "1" "October 2022" "" "User Commands"
.SH NAME
.B hatch\ env
\(en Manage project environments
.SH SYNOPSIS
.B hatch\ env
.RI [ OPTIONS ]
.I COMMAND
.RI [ ARGS ]...
.SH OPTIONS
.TP
.B \-h\fR, \fB\-\-help
Show a help message and exit
.SS "COMMANDS"
.TP
.B create
Create environments
.IP
See
.BR hatch\-env\-create (1).
.TP
.B find
Locate environments
.IP
See
.BR hatch\-env\-find (1).
.TP
.B prune
Remove all environments
.IP
See
.BR hatch\-env\-prune (1).
.TP
.B remove
Remove environments
.IP
See
.BR hatch\-env\-remove (1).
.TP
.B run
Run commands within project environments
.IP
See
.BR hatch\-env\-run (1).
.TP
.B show
Show the available environments
.IP
See
.BR hatch\-env\-show (1).
.SH "SEE ALSO"
.BR hatch\-env\-create (1),
.BR hatch\-env\-find (1),
.BR hatch\-env\-prune (1),
.BR hatch\-env\-remove (1),
.BR hatch\-env\-run (1),
.BR hatch\-env\-show (1)
.P
.BR hatch\-build (1),
.BR hatch\-clean (1),
.BR hatch\-config (1),
.BR hatch\-dep (1),
.BR hatch\-new (1),
.BR hatch\-project (1),
.BR hatch\-publish (1),
.BR hatch\-run (1),
.BR hatch\-shell (1),
.BR hatch\-status (1),
.BR hatch\-version (1)
.P
.BR hatch (1)