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
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.
15
+
The current stable release is [version 2.7.0](https://make.wordpress.org/cli/2022/10/11/wp-cli-v2-7-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.
16
16
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")
17
+
[](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")
@@ -52,7 +52,7 @@ Downloading the Phar file is our recommended installation method for most users.
52
52
Before installing WP-CLI, please make sure your environment meets the minimum requirements:
53
53
54
54
- UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment
55
-
- PHP 5.4 or later
55
+
- PHP 5.6 or later
56
56
- WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality
57
57
58
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`:
@@ -78,21 +78,21 @@ If WP-CLI was installed successfully, you should see something like this when yo
78
78
79
79
```bash
80
80
$ wp --info
81
-
OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64
81
+
OS: Linux 5.10.60.1-microsoft-standard-WSL2#1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64
82
82
Shell: /usr/bin/zsh
83
-
PHP binary: /usr/bin/php
84
-
PHP version: 8.0.5
85
-
php.ini used: /etc/php/8.0/cli/php.ini
83
+
PHP binary: /usr/bin/php8.1
84
+
PHP version: 8.1.0
85
+
php.ini used: /etc/php/8.1/cli/php.ini
86
86
MySQL binary: /usr/bin/mysql
87
-
MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
87
+
MySQL version: mysql Ver 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
@@ -105,7 +105,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n
105
105
106
106
### Tab completions
107
107
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`:
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.6.0/utils/wp-completion.bash) and source it from `~/.bash_profile`:
0 commit comments