Skip to content

vip dev-env destroy

Remove containers, networks, volumes and configuration files of a local dev environment

Usage

vip dev-env-destroy [options]

Options

OptionDescription
-d, --debug Activate debug output
-h, --help Output the help for the (sub)command
-s, --slug Custom name of the dev environment
-S, --soft Keep config files needed to start an environment intact
-v, --version Output the version number

Examples

- Destroys the default local dev environment
$ vip dev-env destroy

- Destroys a local dev environment named foo
$ vip dev-env destroy --slug=foo

Last updated: February 29, 2024