Skip to content

Commit 09ab601

Browse files
Regenerate README file (#600)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 2b7531a commit 09ab601

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5339,7 +5339,7 @@ These fields are optionally available:
53395339
Lists all sites in a multisite installation.
53405340

53415341
~~~
5342-
wp site list [--network=<id>] [--<field>=<value>] [--site__in=<value>] [--site_user=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>]
5342+
wp site list [--network=<id>] [--<field>=<value>] [--site__in=<value>] [--site_user=<value>] [--site-path=<path>] [--field=<field>] [--fields=<fields>] [--format=<format>]
53435343
~~~
53445344

53455345
**OPTIONS**
@@ -5350,13 +5350,18 @@ wp site list [--network=<id>] [--<field>=<value>] [--site__in=<value>] [--site_u
53505350
[--<field>=<value>]
53515351
Filter by one or more fields (see "Available Fields" section). However,
53525352
'url' isn't an available filter, as it comes from 'home' in wp_options.
5353+
Note: '--path' conflicts with the global parameter of the same name; use
5354+
'--site-path' to filter by path instead.
53535355

53545356
[--site__in=<value>]
53555357
Only list the sites with these blog_id values (comma-separated).
53565358

53575359
[--site_user=<value>]
53585360
Only list the sites with this user.
53595361

5362+
[--site-path=<path>]
5363+
Filter by path. Avoids conflict with the global `--path` parameter.
5364+
53605365
[--field=<field>]
53615366
Prints the value of a single field for each site.
53625367

0 commit comments

Comments
 (0)