You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
905
905
906
+
[--include-vcs]
907
+
Include plugins that are version-controlled with a VCS (e.g. git, svn, hg). Skipped by default.
908
+
906
909
**EXAMPLES**
907
910
908
911
$ wp plugin update bbpress --version=dev
@@ -1813,7 +1816,7 @@ Lists the available theme updates. Similar to `wp core check-update`.
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`.
1860
1863
1864
+
[--include-vcs]
1865
+
Include themes that are version-controlled with a VCS (e.g. git, svn, hg). Skipped by default.
0 commit comments