File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -3463,6 +3463,53 @@ wp site create --slug=<slug> [--title=<title>] [--email=<email>] [--network_id=<
3463
3463
3464
3464
3465
3465
3466
+ ### wp site generate
3467
+
3468
+ Generate some sites.
3469
+
3470
+ ~~~
3471
+ wp site generate [--count=<number>] [--slug=<slug>] [--email=<email>] [--network_id=<network-id>] [--private] [--format=<format>]
3472
+ ~~~
3473
+
3474
+ Creates a specified number of new sites.
3475
+
3476
+ ** OPTIONS**
3477
+
3478
+ [--count=<number>]
3479
+ How many sites to generates?
3480
+ ---
3481
+ default: 100
3482
+ ---
3483
+
3484
+ [--slug=<slug>]
3485
+ Path for the new site. Subdomain on subdomain installs, directory on subdirectory installs.
3486
+
3487
+ [--email=<email>]
3488
+ Email for admin user. User will be created if none exists. Assignment to super admin if not included.
3489
+
3490
+ [--network_id=<network-id>]
3491
+ Network to associate new site with. Defaults to current network (typically 1).
3492
+
3493
+ [--private]
3494
+ If set, the new site will be non-public (not indexed)
3495
+
3496
+ [--format=<format>]
3497
+ Render output in a particular format.
3498
+ ---
3499
+ default: progress
3500
+ options:
3501
+ - progress
3502
+ - ids
3503
+ ---
3504
+
3505
+ ** EXAMPLES**
3506
+
3507
+ # Generate 10 sites.
3508
+ $ wp site generate --count=10
3509
+ Generating sites 100% [ ================================================] 0:01 / 0:04
3510
+
3511
+
3512
+
3466
3513
### wp site deactivate
3467
3514
3468
3515
Deactivates one or more sites.
@@ -5248,6 +5295,7 @@ wp user application-password list <user> [--<field>=<value>] [--field=<field>] [
5248
5295
- json
5249
5296
- count
5250
5297
- yaml
5298
+ - ids
5251
5299
---
5252
5300
5253
5301
[--orderby=<fields>]
You can’t perform that action at this time.
0 commit comments