|
3 | 3 |
|
4 | 4 | [WP-CLI](https://wp-cli.org/) is a set of command-line tools for managing [WordPress](https://wordpress.org/) installations. You can update plugins, configure multisite installs and much more, without using a web browser. |
5 | 5 |
|
6 | | -To stay up to date, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for our email newsletter](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). |
| 6 | +For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for our email newsletter](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). [Check out the roadmap](https://wp-cli.org/docs/roadmap/) for an overview of what's planned for upcoming releases. |
7 | 7 |
|
8 | 8 | [](https://travis-ci.org/wp-cli/wp-cli) [](https://gemnasium.com/github.com/wp-cli/wp-cli) [](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open") |
9 | 9 |
|
@@ -104,15 +104,17 @@ source /FULL/PATH/TO/wp-completion.bash |
104 | 104 |
|
105 | 105 | ## Support |
106 | 106 |
|
107 | | -WP-CLI's maintainers and project contributors are volunteers, and have limited availability to address general support questions. First, look for an answer in one of the following resources: |
| 107 | +WP-CLI's maintainers and project contributors are volunteers, and have limited availability to address general support questions. The [current version of WP-CLI](http://wp-cli.org/docs/roadmap/) is the only officially supported version. |
| 108 | + |
| 109 | +When looking for support, please first look for an answer in one of the following resources: |
108 | 110 |
|
109 | 111 | - [Common issues and their fixes](https://wp-cli.org/docs/common-issues/) |
110 | 112 | - [Documentation portal](https://wp-cli.org/docs/) |
111 | 113 | - [Open or closed issues on Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) |
112 | 114 | - [runcommand Excerpts](https://runcommand.io/excerpts/) |
113 | 115 | - [WordPress StackExchange forums](http://wordpress.stackexchange.com/questions/tagged/wp-cli) |
114 | 116 |
|
115 | | -If you can't find your answer at one of those links, join the `#cli` channel on the [WordPress.org Slack organization](https://make.wordpress.org/chat/) to see if a community member might have an answer for you. Professional users may also consider [runcommand premium support](https://runcommand.io/pricing/). |
| 117 | +Need help with a project related to work? Professional users may want to consider [runcommand premium support](https://runcommand.io/pricing/). Alternatively, join the `#cli` channel on the [WordPress.org Slack organization](https://make.wordpress.org/chat/) to see if a community member might have an answer for you. |
116 | 118 |
|
117 | 119 | Github issues are meant for tracking enhancements and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://wp-cli.org/docs/bug-reports/) to help ensure your issue is addressed in a timely manner. |
118 | 120 |
|
|
0 commit comments