summaryrefslogtreecommitdiff
path: root/plugins/wp-cli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wp-cli/README.md')
-rw-r--r--plugins/wp-cli/README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/wp-cli/README.md b/plugins/wp-cli/README.md
index 6dda07d17..43c41eb53 100644
--- a/plugins/wp-cli/README.md
+++ b/plugins/wp-cli/README.md
@@ -2,9 +2,11 @@
**Maintainer:** [joshmedeski](https://github.com/joshmedeski)
-WordPress Command Line Interface (http://wp-cli.org/)
+WordPress Command Line Interface (https://wp-cli.org/)
-WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser.
+WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser.
+
+This plugin adds [tab completion](https://wp-cli.org/#tab-completions) for `wp-cli` as well as several aliases.
## List of Aliases
@@ -43,7 +45,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wpps='search'
- wppst='status'
- wppt='toggle'
-- wppu='uninstall'
+- wppun='uninstall'
- wppu='update'
### Post
@@ -55,7 +57,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wppol='wp post list'
- wppom='wp post meta'
- wppou='wp post update'
-- wppou='wp post url'
+- wppourl='wp post url'
### Sidebar
- wpsbl='wp sidebar list'
@@ -73,7 +75,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wptp='wp theme path'
- wpts='wp theme search'
- wptst='wp theme status'
-- wptu='wp theme updatet'
+- wptu='wp theme update'
### User
- wpuac='wp user add-cap'
@@ -99,7 +101,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wpwm='wp widget move'
- wpwu='wp widget update'
-The entire list of wp-cli commands can be found here: http://wp-cli.org/commands/
+The entire list of wp-cli commands can be found here: https://wp-cli.org/commands/
I only included the commands that are most used. Please feel free to contribute to this project if you want more commands.