Skip to content

Commit 18a5c7d

Browse files
Merge pull request #227 from wp-cli/3486-regen-homepage
Regenerate wp-cli.org homepage from README.md
2 parents 743f17e + 4edae09 commit 18a5c7d

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

index.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ To stay up to date, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [si
99

1010
[![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open")
1111

12-
<div style="
13-
border: 1px solid #7AD03A;
14-
-webkit-border-radius: 5px;
15-
-moz-border-radius: 5px;
16-
border-radius: 5px;
17-
padding-left: 10px;
18-
padding-right: 10px;
19-
">
20-
<p><strong>A more RESTful WP-CLI</strong> aims to unlocking the potential of the WP REST API at the command line. Project backed by Pressed, Chris Lema, Human Made, Pagely, Pantheon and many others. <a href="https://wp-cli.org/restful/">Learn more &rarr;</a></p>
21-
</div>
22-
2312
Quick links: [Using](#using) &#124; [Installing](#installing) &#124; [Support](#support) &#124; [Extending](#extending) &#124; [Contributing](#contributing) &#124; [Credits](#credits)
2413

2514
## Using
@@ -37,10 +26,10 @@ Activating 'rest-api'...
3726
Success: Plugin 'rest-api' activated.
3827
```
3928

40-
WP-CLI also includes commands for many things you can't do in the WordPress admin. For example, `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) lets you delete one or all transients:
29+
WP-CLI also includes commands for many things you can't do in the WordPress admin. For example, `wp transient delete --all` ([doc](https://wp-cli.org/commands/transient/delete/)) lets you delete one or all transients:
4130

4231
```bash
43-
$ wp transient delete-all
32+
$ wp transient delete --all
4433
Success: 34 transients deleted from the database.
4534
```
4635

@@ -88,7 +77,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli
8877
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
8978
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
9079
WP-CLI project config:
91-
WP-CLI version: 0.23.0
80+
WP-CLI version: 0.24.1
9281
```
9382

9483
### Updating

0 commit comments

Comments
 (0)