vip dev-env start [options]
Start a local development environment
Options
Argument | Description |
---|---|
-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 prompting for WordPress update if not on latest |
-s , --slug | Custom name of the dev environment |
-v , --version | Output the version number |
-V , --vscode | Open environment workspace in Visual Studio Code (VSCode) |
Examples
# Starts a local dev environment $ vip dev-env start
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: May 19, 2023