Skip to content

vip dev-env update [options]

Update the configuration of an already created local environment

Options

ArgumentDescription
-a, --app-codeUse the application code from a local directory or use “demo” for VIP skeleton code
-d, --debugActivate debug output
-e, --elasticsearchEnable Elasticsearch (needed by Enterprise Search)
-h, --helpOutput the help for the (sub)command
-A--mailhogEnable MailHog (disabled by default)
-r, --media-redirect-domainDomain to redirect for missing media files. This can be used to still have images without the need to import them locally.
-u, --mu-pluginsUse a specific mu-plugins changeset or local directory
-H, --photonEnable Photon. By default it is disabled.
-P, --phpExplicitly choose PHP version to use
-p, --phpmyadminEnable PHPMyAdmin component. By default it is disabled
-s, --slugCustom name of the dev environment
-S, --statsdEnable statsd component. By default it is disabled
-v, --versionOutput the version number
-w, --wordpressUse a specific WordPress version
-x, --xdebugEnable XDebug. By default it is disabled
-X, --xdebug_configExtra 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

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the VIP-CLI version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: June 26, 2023