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
Option | Description |
---|---|
-a , --app |
Target an application. Accepts a string value for the application name or an integer for the application ID. |
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-e , --env |
Target an environment. Accepts a string value for the environment type. |
-h , --help |
Retrieve a description, examples, and available options for a (sub)command. |
-v , --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
-y , --yes |
Skip the confirmation prompt and automatically submit “y”. |
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: November 18, 2024