forked from wp-cli/wp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerate-posts.1
More file actions
43 lines (42 loc) · 873 Bytes
/
Copy pathgenerate-posts.1
File metadata and controls
43 lines (42 loc) · 873 Bytes
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
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "WP\-GENERATE\-POSTS" "1" "September 2012" "" "WP-CLI"
.
.SH "NAME"
\fBwp\-generate\-posts\fR \- Generate a bunch of posts\.
.
.SH "SYNOPSIS"
\fBwp generate posts\fR [\-\-count=100] [\-\-type=post] [\-\-status=publish] [\-\-author=\fIlogin\fR] [\-\-max_depth=1]
.
.SH "OPTIONS"
.
.TP
\fB\-\-count\fR=\fInumber\fR:
.
.IP
How many posts to generate\. Default: 100
.
.TP
\fB\-\-type\fR=\fIpost_type\fR:
.
.IP
The type of the generated posts\. Default: \'post\'
.
.TP
\fB\-\-status\fR=\fIpost_status\fR:
.
.IP
The status of the generated posts\. Default: \'publish\'
.
.TP
\fB\-\-author\fR=\fIlogin\fR:
.
.IP
The author of the generated posts\. Default: none
.
.TP
\fB\-\-max_depth\fR=\fInumber\fR:
.
.IP
For hierarchical post types, generate child posts down to a certain depth\. Default: 1