WordPress CLI

The command line interface for WordPress

WP-CLI is the official command line tool for interacting with and managing your WordPress Northern Ireland installation in command line.

WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installations and much more, without using a web browser.

The current stable release is available from wp-cli.org

WordPress Core

wp core check-update Check the current version of WordPress

wp core update Update WordPress to the latest version


Plugins

wp plugin list List all plugins

Updating plugins

wp plugin update --all Update all plugins

wp plugin update X Update Plugin ‘X’

Activating/Deactivating Plugins

wp plugin activate X Activate plugin ‘X’

wp plugin deactivate X Activate plugin ‘X’


Language

Core language packs

wp language core list List core languages

wp language core update Update core lanuages

Plugin language packs

wp language plugin list List core languages

wp language plugin update --all Update core languages

Related WordPress Posts

January 2024

Creating a brand-promoting brochure website with WordPress

In today's digital age, establishing an online presence is crucial for businesses looking to promote their brand effectively. One powerful tool for achieving this is... Continue reading

November 2023

WordPress for charities and donation websites

In an era where digital presence is paramount, charities are increasingly turning to online platforms to raise awareness and funds for their causes. WordPress, with... Continue reading

July 2023

How to secure WordPress in 2023?

Securing a WordPress website involves a combination of practices, including using secure hosting configurations, regularly updating WordPress and its plugins/themes, and implementing strong security measures.... Continue reading

More WordPress Posts