Skip to content

Commit c5dc9af

Browse files
Regenerate README file - 2026-03-16 (#514)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 5a32d1a commit c5dc9af

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ wp plugin uninstall [<plugin>...] [--deactivate] [--skip-delete] [--all] [--excl
858858
Updates one or more plugins.
859859

860860
~~~
861-
wp plugin update [<plugin>...] [--all] [--exclude=<name>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure] [--auto-update-indicated]
861+
wp plugin update [<plugin>...] [--all] [--exclude=<name>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure] [--auto-update-indicated] [--include-vcs]
862862
~~~
863863

864864
**Alias:** `upgrade`
@@ -903,6 +903,9 @@ wp plugin update [<plugin>...] [--all] [--exclude=<name>] [--minor] [--patch] [-
903903
[--auto-update-indicated]
904904
Only update plugins where the server response indicates an automatic update. Updates to the version indicated by the server, not necessarily the latest version. Cannot be used with `--version`, `--minor`, or `--patch`.
905905

906+
[--include-vcs]
907+
Include plugins that are version-controlled with a VCS (e.g. git, svn, hg). Skipped by default.
908+
906909
**EXAMPLES**
907910

908911
$ wp plugin update bbpress --version=dev
@@ -1813,7 +1816,7 @@ Lists the available theme updates. Similar to `wp core check-update`.
18131816
Updates one or more themes.
18141817

18151818
~~~
1816-
wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure] [--auto-update-indicated]
1819+
wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure] [--auto-update-indicated] [--include-vcs]
18171820
~~~
18181821

18191822
**Alias:** `upgrade`
@@ -1858,6 +1861,9 @@ wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patc
18581861
[--auto-update-indicated]
18591862
Only update themes where the server response indicates an automatic update. Updates to the version indicated by the server, not necessarily the latest version. Cannot be used with `--version`, `--minor`, or `--patch`.
18601863

1864+
[--include-vcs]
1865+
Include themes that are version-controlled with a VCS (e.g. git, svn, hg). Skipped by default.
1866+
18611867
**EXAMPLES**
18621868

18631869
# Update multiple themes

0 commit comments

Comments
 (0)