.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "UFFIZZI\-DEV\-STOP" "" "November 2023" ""
.SH "NAME"
\fBuffizzi\-dev\-stop\fR \- stop a development environment
.SH "SYNOPSIS"
.nf
uffizzi dev stop
.fi
.SH "DESCRIPTION"
.nf
Stops the skaffold process for the dev environment\.
This command does not delete the dev cluster or any
associated resources\. You can restart the dev environment
with `uffizzi dev start`\. To delete the dev cluster entirely, see
`uffizzi dev delete`\.
.fi
.SH "FLAGS"
.nf
 \-\-help, \-h
    Show this message and exit\.
.fi
.SH "EXAMPLES"
.nf
To stop a dev environment, run:

    $ uffizzi dev stop
.fi

