Skip to content

vip config software

Manage versions of software for an environment.

Usage

vip config software [options] [command]

Options

OptionDescription
-d, --debug Activate debug output
-h, --help Output the help for the (sub)command
-v, --version Output the version number

Examples

- Retrieve a list of the current versions of all environment software in the default table format.
$ vip @example-app.develop config software get

- Retrieve the current version of WordPress for a WordPress environment and a list of available versions in the default table format.
$ vip @example-app.develop config software get wordpress --include=available_versions

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

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

Subcommands

NameDescription
get Retrieve the current versions of environment software.
update Update the version of software running on an environment.

Last updated: April 24, 2024