Skip to content

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

Read current software settings

Options

ArgumentDescription
-a, --appSpecify the app
-d, --debugActivate debug output
-e, --envSpecify the environment
-f, --format [value]Format results (defaults to “table”)
-h, --helpOutput the help for the (sub)command
-i, --includeExtra information to be included. Valid values: available_versions
-v, --versionOutput the version number

Examples

   # Read current software settings for WordPress in JSON format
    $ vip config software get wordpress --format json

   # Read current software settings for all components
    $ vip @mysite.develop config software get

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: December 17, 2022