You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,20 @@
1
-
---
2
-
layout: default
3
-
title: Command line interface for WordPress
4
-
direction: ltr
5
-
---
1
+
WP-CLI
2
+
======
6
3
7
4
[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser.
The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases.
15
+
The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases.
19
16
20
-
[](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml)[](https://isitmaintained.com/project/wp-cli/wp-cli"Average time to resolve an issue")[](https://isitmaintained.com/project/wp-cli/wp-cli"Percentage of issues still open")
17
+
[](https://travis-ci.org/wp-cli/wp-cli)[](https://isitmaintained.com/project/wp-cli/wp-cli"Average time to resolve an issue")[](https://isitmaintained.com/project/wp-cli/wp-cli"Percentage of issues still open")
@@ -55,7 +52,7 @@ Downloading the Phar file is our recommended installation method for most users.
55
52
Before installing WP-CLI, please make sure your environment meets the minimum requirements:
56
53
57
54
- UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment
58
-
- PHP 5.6 or later
55
+
- PHP 5.4 or later
59
56
- WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality
60
57
61
58
Once you've verified requirements, download the [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`:
@@ -81,17 +78,21 @@ If WP-CLI was installed successfully, you should see something like this when yo
81
78
82
79
```bash
83
80
$ wp --info
84
-
OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
93
-
WP-CLI project config:
94
-
WP-CLI version: 2.4.0
93
+
WP-CLI global config:
94
+
WP-CLI project config: /home/wp-cli/wp-cli.yml
95
+
WP-CLI version: 2.5.0
95
96
```
96
97
97
98
### Updating
@@ -104,7 +105,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n
104
105
105
106
### Tab completions
106
107
107
-
WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) and source it from `~/.bash_profile`:
108
+
WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) and source it from `~/.bash_profile`:
0 commit comments