Skip to content

Commit fa41f7c

Browse files
committed
build for 0.11-beta
1 parent 41bc14e commit fa41f7c

102 files changed

Lines changed: 871 additions & 599 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_includes/param-list.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<tr>
2626
<td><code>require: &lt;path&gt;</code></td>
2727
<td><code>--require=&lt;path&gt;</code></td>
28-
<td><code>null</code></td>
29-
<td>Load given PHP file before running the command</td>
28+
<td><code>[]</code></td>
29+
<td>Load PHP file before running the command (may be used more than once)</td>
3030
</tr>
3131
<tr>
3232
<td><code>disabled_commands: &lt;list&gt;</code></td>
@@ -52,3 +52,9 @@
5252
<td><code>false</code></td>
5353
<td>Suppress informational messages</td>
5454
</tr>
55+
<tr>
56+
<td><code>apache_modules: &lt;list&gt;</code></td>
57+
<td><code></code></td>
58+
<td><code>[]</code></td>
59+
<td>List of Apache Modules that are to be reported as loaded</td>
60+
</tr>

commands/cache/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ title: 'wp cache'
77

88
### EXAMPLES
99

10-
wp cache set my_key my_value my_group 300
11-
12-
wp cache get my_key my_group
10+
wp cache set my_key my_value my_group 300
1311

12+
wp cache get my_key my_group
1413

1514
### SUBCOMMANDS
1615

commands/cache/type/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ title: 'wp cache type'
55

66
`wp cache type` - Attempts to determine which object cache is being used.
77

8-
8+
Note that the guesses made by this function are based on the WP_Object_Cache classes
9+
that define the 3rd party object cache extension. Changes to those classes could render
10+
problems with this function's ability to determine which object cache is being used.
911

commands/cap/index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ title: 'wp cap'
77

88
### EXAMPLES
99

10-
# Add 'spectate' capability to 'author' role
11-
wp cap add 'author' 'spectate'
10+
# Add 'spectate' capability to 'author' role
11+
wp cap add 'author' 'spectate'
1212

13-
# Add all caps from 'editor' role to 'author' role
14-
wp cap list 'editor' | xargs wp cap add 'author'
15-
16-
# Remove all caps from 'editor' role that also appear in 'author' role
17-
wp cap list 'author' | xargs wp cap remove 'editor'
13+
# Add all caps from 'editor' role to 'author' role
14+
wp cap list 'editor' | xargs wp cap add 'author'
1815

16+
# Remove all caps from 'editor' role that also appear in 'author' role
17+
wp cap list 'author' | xargs wp cap remove 'editor'
1918

2019
### SUBCOMMANDS
2120

commands/cli/cmd-dump/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: 'wp cli cmd-dump'
4+
---
5+
6+
`wp cli cmd-dump` -
7+
8+
9+

commands/cli/completions/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: 'wp cli completions'
4+
---
5+
6+
`wp cli completions` -
7+
8+
9+

commands/cli/index.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: default
3+
title: 'wp cli'
4+
---
5+
6+
`wp cli` - Get information about WP-CLI itself.
7+
8+
9+
10+
### SUBCOMMANDS
11+
12+
<table>
13+
<thead>
14+
<tr>
15+
<th>Name</th>
16+
<th>Description</th>
17+
</tr>
18+
</thead>
19+
<tbody>
20+
<tr>
21+
<td><a href="/commands/cli/cmd-dump">cmd-dump</a></td>
22+
<td></td>
23+
</tr>
24+
<tr>
25+
<td><a href="/commands/cli/completions">completions</a></td>
26+
<td></td>
27+
</tr>
28+
<tr>
29+
<td><a href="/commands/cli/info">info</a></td>
30+
<td></td>
31+
</tr>
32+
<tr>
33+
<td><a href="/commands/cli/param-dump">param-dump</a></td>
34+
<td></td>
35+
</tr>
36+
<tr>
37+
<td><a href="/commands/cli/version">version</a></td>
38+
<td></td>
39+
</tr>
40+
</tbody>
41+
</table>

commands/cli/info/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: 'wp cli info'
4+
---
5+
6+
`wp cli info` -
7+
8+
9+

commands/cli/param-dump/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: 'wp cli param-dump'
4+
---
5+
6+
`wp cli param-dump` -
7+
8+
9+

commands/cli/version/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: 'wp cli version'
4+
---
5+
6+
`wp cli version` -
7+
8+
9+

0 commit comments

Comments
 (0)