Skip to content

vip dev-env start

Start a local dev environment

Usage

vip dev-env-start [options]

Options

OptionDescription
-d, --debug Activate debug output
-h, --help Output the help for the (sub)command
-S, --skip-rebuild Only start stopped services
-w, --skip-wp-versions-check Skip prompt to update WordPress version if not on latest
-s, --slug Custom name of the dev environment
-v, --version Output the version number
-V, --vscode Generate a Visual Studio Code Workspace file

Examples

- Starts a local dev environment
$ vip dev-env start

- Start a local environment and generate a Workspace file for developing in Visual Studio Code
$ vip dev-env start --vscode

Last updated: April 08, 2024