forked from wp-cli/wp-cli.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmd-list.html
120 lines (120 loc) · 2.98 KB
/
cmd-list.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<tr>
<td><a href="/commands/cache/">cache</a></td>
<td>Manage the object cache.</td>
</tr>
<tr>
<td><a href="/commands/cap/">cap</a></td>
<td>Manage user capabilities.</td>
</tr>
<tr>
<td><a href="/commands/cli/">cli</a></td>
<td>Get information about WP-CLI itself.</td>
</tr>
<tr>
<td><a href="/commands/comment/">comment</a></td>
<td>Manage comments.</td>
</tr>
<tr>
<td><a href="/commands/core/">core</a></td>
<td>Download, install, update and otherwise manage WordPress proper.</td>
</tr>
<tr>
<td><a href="/commands/db/">db</a></td>
<td>Perform basic database operations.</td>
</tr>
<tr>
<td><a href="/commands/eval/">eval</a></td>
<td>Execute arbitrary PHP code after loading WordPress.</td>
</tr>
<tr>
<td><a href="/commands/eval-file/">eval-file</a></td>
<td>Load and execute a PHP file after loading WordPress.</td>
</tr>
<tr>
<td><a href="/commands/export/">export</a></td>
<td>Export content to a WXR file.</td>
</tr>
<tr>
<td><a href="/commands/help/">help</a></td>
<td>Get help on a certain command.</td>
</tr>
<tr>
<td><a href="/commands/import/">import</a></td>
<td>Import content from a WXR file.</td>
</tr>
<tr>
<td><a href="/commands/media/">media</a></td>
<td>Manage attachments.</td>
</tr>
<tr>
<td><a href="/commands/menu/">menu</a></td>
<td>List, create, assign, and delete menus</td>
</tr>
<tr>
<td><a href="/commands/network/">network</a></td>
<td></td>
</tr>
<tr>
<td><a href="/commands/option/">option</a></td>
<td>Manage options.</td>
</tr>
<tr>
<td><a href="/commands/plugin/">plugin</a></td>
<td>Manage plugins.</td>
</tr>
<tr>
<td><a href="/commands/post/">post</a></td>
<td>Manage posts.</td>
</tr>
<tr>
<td><a href="/commands/rewrite/">rewrite</a></td>
<td>Manage rewrite rules.</td>
</tr>
<tr>
<td><a href="/commands/role/">role</a></td>
<td>Manage user roles.</td>
</tr>
<tr>
<td><a href="/commands/scaffold/">scaffold</a></td>
<td>Generate code for post types, taxonomies, etc.</td>
</tr>
<tr>
<td><a href="/commands/search-replace/">search-replace</a></td>
<td>Search/replace strings in the database.</td>
</tr>
<tr>
<td><a href="/commands/shell/">shell</a></td>
<td>Interactive PHP console.</td>
</tr>
<tr>
<td><a href="/commands/sidebar/">sidebar</a></td>
<td>Manage sidebars.</td>
</tr>
<tr>
<td><a href="/commands/site/">site</a></td>
<td>Perform site-wide operations.</td>
</tr>
<tr>
<td><a href="/commands/super-admin/">super-admin</a></td>
<td>List, add, and remove super admins from a network.</td>
</tr>
<tr>
<td><a href="/commands/term/">term</a></td>
<td>Manage terms.</td>
</tr>
<tr>
<td><a href="/commands/theme/">theme</a></td>
<td>Manage themes.</td>
</tr>
<tr>
<td><a href="/commands/transient/">transient</a></td>
<td>Manage transients.</td>
</tr>
<tr>
<td><a href="/commands/user/">user</a></td>
<td>Manage users.</td>
</tr>
<tr>
<td><a href="/commands/widget/">widget</a></td>
<td>Manage sidebar widgets.</td>
</tr>