forked from wp-cli/wp-cli.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparam-list.html
More file actions
54 lines (54 loc) · 1.46 KB
/
param-list.html
File metadata and controls
54 lines (54 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<tr>
<td><code></code></td>
<td><code>--config=<path></code></td>
<td><code>null</code></td>
<td>Path to the wp-cli config file</td>
</tr>
<tr>
<td><code>path: <path></code></td>
<td><code>--path=<path></code></td>
<td><code>null</code></td>
<td>Path to the WordPress files</td>
</tr>
<tr>
<td><code>url: <url></code></td>
<td><code>--url=<url></code></td>
<td><code>null</code></td>
<td>Pretend request came from given URL</td>
</tr>
<tr>
<td><code>user: <id|login></code></td>
<td><code>--user=<id|login></code></td>
<td><code>null</code></td>
<td>Set the WordPress user</td>
</tr>
<tr>
<td><code>require: <path></code></td>
<td><code>--require=<path></code></td>
<td><code>null</code></td>
<td>Load given PHP file before running the command</td>
</tr>
<tr>
<td><code>disabled_commands: <list></code></td>
<td><code></code></td>
<td><code>[]</code></td>
<td>(Sub)commands to disable</td>
</tr>
<tr>
<td><code>color: <bool></code></td>
<td><code>--[no-]color</code></td>
<td><code>"auto"</code></td>
<td>Whether to colorize the output</td>
</tr>
<tr>
<td><code>debug: <bool></code></td>
<td><code>--debug</code></td>
<td><code>false</code></td>
<td>Show all PHP errors</td>
</tr>
<tr>
<td><code>quiet: <bool></code></td>
<td><code>--quiet</code></td>
<td><code>false</code></td>
<td>Suppress informational messages</td>
</tr>