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: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
WP-CLI
2
2
======
3
3
4
-
[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installs and much more, without using a web browser.
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.
5
5
6
6
Ongoing maintenance is <ahref="https://make.wordpress.org/cli/2017/04/03/new-co-maintainer-alain-thanks-2017-sponsors/#sponsors">made possible by</a>:
The current stable release is [version 1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). 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.
10
+
The current stable release is [version 2.0.1](https://make.wordpress.org/cli/2018/08/24/wp-cli-v2-0-1-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.
11
11
12
-
[](https://travis-ci.org/wp-cli/wp-cli)[](https://gemnasium.com/github.com/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")
12
+
[](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")
@@ -20,7 +20,7 @@ WP-CLI provides a command-line interface for many actions you might perform in t
20
20
```bash
21
21
$ wp plugin install user-switching --activate
22
22
Installing User Switching (1.0.9)
23
-
Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip...
23
+
Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip...
24
24
Unpacking the package...
25
25
Installing the plugin...
26
26
Plugin installed successfully.
@@ -47,7 +47,7 @@ Downloading the Phar file is our recommended installation method for most users.
47
47
Before installing WP-CLI, please make sure your environment meets the minimum requirements:
48
48
49
49
- UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment
50
-
- PHP 5.3.29 or later
50
+
- PHP 5.4 or later
51
51
- WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality
52
52
53
53
Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`:
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
85
85
WP-CLI project config:
86
-
WP-CLI version: 1.5.1
86
+
WP-CLI version: 2.0.1
87
87
```
88
88
89
89
### Updating
@@ -96,7 +96,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n
96
96
97
97
### Tab completions
98
98
99
-
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/master/utils/wp-completion.bash) and source it from `~/.bash_profile`:
99
+
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/v1.5.1/utils/wp-completion.bash) and source it from `~/.bash_profile`:
100
100
101
101
```bash
102
102
source /FULL/PATH/TO/wp-completion.bash
@@ -131,7 +131,7 @@ If you didn't find an answer in one of the venues above, you can:
131
131
132
132
GitHub issues are meant for tracking enhancements to and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://make.wordpress.org/cli/handbook/bug-reports/) to help ensure your issue is addressed in a timely manner.
133
133
134
-
Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 140 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation.
134
+
Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 280 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation.
135
135
136
136
Remember, libre != gratis; the open source license grants you the freedom to use and modify, but not commitments of other people's time. Please be respectful, and set your expectations accordingly.
137
137
@@ -181,7 +181,7 @@ Read through our [contributing guidelines in the handbook](https://make.wordpres
181
181
182
182
## Leadership
183
183
184
-
WP-CLI has two project maintainers: [danielbachhuber](https://github.com/danielbachhuber) and[schlessera](http://github.com/schlessera).
184
+
WP-CLI has one project maintainer:[schlessera](http://github.com/schlessera).
185
185
186
186
On occasion, we [grant write access to contributors](https://make.wordpress.org/cli/handbook/committers-credo/) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward.
0 commit comments