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.
* : 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`.
842
842
*
843
+
* [--include-vcs]
844
+
* : Include plugins that are version-controlled with a VCS (e.g. git, svn, hg). Skipped by default.
Copy file name to clipboardExpand all lines: src/Theme_Command.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -792,6 +792,9 @@ public function get( $args, $assoc_args ) {
792
792
* [--auto-update-indicated]
793
793
* : 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`.
794
794
*
795
+
* [--include-vcs]
796
+
* : Include themes that are version-controlled with a VCS (e.g. git, svn, hg). Skipped by default.
0 commit comments