vip dev-env update [options]
Update the configuration of an already created local environment
Options
Argument | Description |
---|---|
-a , --app-code | Use the application code from a local directory or use “demo” for VIP skeleton code |
-d , --debug | Activate debug output |
-e , --elasticsearch | Enable Elasticsearch (needed by Enterprise Search) |
-h , --help | Output the help for the (sub)command |
-A , --mailhog | Enable MailHog (disabled by default) |
-r , --media-redirect-domain | Domain to redirect for missing media files. This can be used to still have images without the need to import them locally. |
-u , --mu-plugins | Use a specific mu-plugins changeset or local directory |
-H , --photon | Enable Photon. By default it is disabled. |
-P , --php | Explicitly choose PHP version to use |
-p , --phpmyadmin | Enable PHPMyAdmin component. By default it is disabled |
-s , --slug | Custom name of the dev environment |
-S , --statsd | Enable statsd component. By default it is disabled |
-v , --version | Output the version number |
-w , --wordpress | Use a specific WordPress version |
-x , --xdebug | Enable XDebug. By default it is disabled |
-X , --xdebug_config | Extra configuration to pass to xdebug via XDEBUG_CONFIG environment variable |
Examples
# Retriggers the setup wizard in order to update environment configuration $ vip dev-env update
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 VIP-CLI version number |
-y , --yes | Run the command in production without a confirmation prompt |
Last updated: June 26, 2023