Skip to content

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

Update software settings for a WordPress or a Node.js environment

Options

ArgumentDescription
-a, --appSpecify the app
-d, --debugActivate debug output
-e, --envSpecify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesAuto-confirm update

Examples

   # Update WordPress to 6.0.x
    $ vip @mysite.develop config software update wordpress 6.0

   # Update Node.js to v16
    $ vip @mysite.develop config software update nodejs 16

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 22, 2022