vip dev-env
Create and manage VIP Local Development Environments.
Usage
vip dev-env [options] [command]
Options
Option | Description |
---|---|
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-h , --help |
Retrieve a description, examples, and available options for a (sub)command. |
-v , --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Subcommands
Name | Description |
---|---|
create |
Create a new local environment. |
destroy |
Remove a local environment. |
exec |
Run a WP-CLI command against a local environment. |
import |
Import media or database files to a local environment. |
info |
Retrieve information about a local environment. |
list |
Retrieve information about all local environments. |
logs |
Retrieve logs for a local environment. |
purge |
Remove all local environments. |
shell |
Create a shell and run commands against a local environment. |
start |
Start a local environment. |
stop |
Stop a local environment. |
sync |
Sync the database of a VIP Platform environment to a local environment. |
update |
Update the settings of a local environment. |
Last updated: November 18, 2024