Skip to content

vip config software get

Retrieve the current versions of environment software.

Usage

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

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-f, --format [value] Format results (defaults to “table”)
-h, --help Output the help for the (sub)command
-i, --include Retrieve additional data of a specific type. Supported values: available_versions
-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 a list of the current versions of all environment software in CSV format.
$ vip @example-app.develop config software get --format=csv

- 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

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

- Retrieve the current version of Node.js for a Node.js environment and a list of available versions in JSON format.
$ vip @example-node-app.develop config software get nodejs --include=available_versions --format=json

Last updated: April 24, 2024