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
One or more plugins to install. Accepts a plugin slug, the path to a local zip file, a URL to a remote zip file, or a URL to a WordPress.org plugin directory.
256
+
One or more plugins to install. Accepts a plugin slug, the path to a local zip file, a URL to a remote zip file or PHP file, or a URL to a WordPress.org plugin directory.
257
257
258
258
[--version=<version>]
259
259
If set, get that particular version from wordpress.org, instead of the
* : Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
822
824
*
825
+
* [--auto-update-indicated]
826
+
* : 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`.
Copy file name to clipboardExpand all lines: src/Theme_Command.php
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -786,6 +786,9 @@ public function get( $args, $assoc_args ) {
786
786
* [--insecure]
787
787
* : Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
788
788
*
789
+
* [--auto-update-indicated]
790
+
* : 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`.
791
+
*
789
792
* ## EXAMPLES
790
793
*
791
794
* # Update multiple themes
@@ -836,6 +839,11 @@ public function get( $args, $assoc_args ) {
0 commit comments