Skip to content

podlom/wp-cli-updater

Repository files navigation

wp-cli-updater

Check and update your Wordpress CMS using wp-cli usage examples:

  1. Check WordPress CMS core version update:
php core-check-update.php 1
  1. Display WordPress CMS core version:
php core-version.php 1
  1. List installed WordPress CMS plugins:
php plugins-list.php 1
  1. List installed WordPress CMS themes:
php theme-list.php 1
  1. Update WordPress CMS core:
php update-core.php 1
  1. Update WordPress CMS languages (core, theme and plugins):
php update-languages.php 1
  1. Update WordPress CMS plugins:
php update-plugins.php 1
  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

ko-fi

About

Check and update your Wordpress CMS using wp-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages