Skip to content

vip config software

Manage versions of software for an environment.

Usage

vip config software [options] [command]

Options

OptionDescription
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-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.

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: July 11, 2024