Skip to content

vip config software update

Update the version of software running on an environment.

Usage

vip config software update <wordpress|php|nodejs|muplugins> <version> [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-h, --help Output the help for the (sub)command
-v, --version Output the version number
-y, --yes Auto-confirm update

Examples

- Update the version of WordPress on a WordPress environment to 6.4.x.
$ vip @example-app.develop config software update wordpress 6.4

- Update a WordPress environment to the latest major version of WordPress, and automatically update WordPress to the next major version on a continual basis.
$ vip @example-app.develop config software update wordpress managed_latest

- Update the version of PHP on a WordPress environment to 8.3.x.
$ vip @example-app.develop config software update php 8.3

- Update the version of Node.js on a Node.js environment to 18.x.
$ vip @example-node-app.develop config software update nodejs 18

Last updated: April 24, 2024