Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Difference between revisions of "wp-cli"

(Add comma)
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''[http://wp-cli.org/ wp-cli]''' is a command line interface for WordPress.
+
'''[http://wp-cli.org/ WP-CLI]''' is the official command line interface for WordPress. You can install and update WordPress core, manage plugins and themes, and much more.
   
  +
For example, this is how you install and activate the Akismet plugin:
If you already have shell skills it's a no brainer, if you don't it's probably time to learn some.
 
   
  +
wp plugin install akismet --activate
wp-cli is similar to drush, a great tool for Drupal.
 
   
  +
Visit the [http://wp-cli.org/ WP-CLI homepage] for more information, including installation instructions, available commands, and documentation, please.
You can easily install and update WordPress core, plugins, themes, and more.
 
There's an active development community and additional commands are added regularly.
 
 
== External links==
 
* http://wp-cli.org/
 

Latest revision as of 15:52, 19 May 2017

WP-CLI is the official command line interface for WordPress. You can install and update WordPress core, manage plugins and themes, and much more.

For example, this is how you install and activate the Akismet plugin:

   wp plugin install akismet --activate

Visit the WP-CLI homepage for more information, including installation instructions, available commands, and documentation, please.