Skip to content

vip dev-env destroy [options]

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

Options

ArgumentDescription
-d, --debugActivate debug output
-h, --helpOutput the help for the (sub)command
-s, --slugCustom name of the dev environment
-S, --softKeep config files needed to start an environment intact
-v, --versionOutput 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

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: December 17, 2022