Check and update your Wordpress CMS using wp-cli usage examples:
- Check WordPress CMS core version update:
php core-check-update.php 1
- Display WordPress CMS core version:
php core-version.php 1
- List installed WordPress CMS plugins:
php plugins-list.php 1
- List installed WordPress CMS themes:
php theme-list.php 1
- Update WordPress CMS core:
php update-core.php 1
- Update WordPress CMS languages (core, theme and plugins):
php update-languages.php 1
- Update WordPress CMS plugins:
php update-plugins.php 1
- Update WordPress CMS themes:
php update-themes.php 1
Note, do not forget to replace 1 in commands listed above with config ID configured in config/environments.php file