vip dev-env destroy [options]
Remove containers, networks, volumes and configuration files of a local dev environment
Options
Argument | Description |
---|---|
-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
Global Options
Argument | Description |
---|---|
-a , --app=<app> | Specify the app |
-d , --debug | Activate debug output |
-e , --env=<env> | Specify the environment |
-h , --help | Output the help for the (sub)command |
-v , --version | Output the version number |
-y , --yes | Run the command in production without a confirmation prompt |
Last updated: December 17, 2022