Skip to content

vip dev-env purge

Destroy all existing environments

Usage

vip dev-env-purge [options]

Options

OptionDescription
-d, --debug Activate debug output
-f, --force Removes prompt that verifies if user wants to destroy all environments
-h, --help Output the help for the (sub)command
-s, --soft Keep config files needed to start an environment intact
-v, --version Output the version number

Examples

- Destroys all local dev environments
$ vip dev-env purge

- Destroys all local dev environments without prompting
$ vip dev-env purge --force

Last updated: April 24, 2024