Skip to content

Commit c6618db

Browse files
authored
Merge pull request #504 from wp-cli/regenerate-readme
Regenerate README file
2 parents a6ef00a + ab77ddf commit c6618db

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ These fields are optionally available:
533533
* requires_php
534534
* wporg_status
535535
* wporg_last_updated
536+
* auto_update_indicated
536537

537538
**EXAMPLES**
538539

@@ -803,7 +804,7 @@ wp plugin uninstall [<plugin>...] [--deactivate] [--skip-delete] [--all] [--excl
803804
Updates one or more plugins.
804805

805806
~~~
806-
wp plugin update [<plugin>...] [--all] [--exclude=<name>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure]
807+
wp plugin update [<plugin>...] [--all] [--exclude=<name>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure] [--auto-update-indicated]
807808
~~~
808809

809810
**Alias:** `upgrade`
@@ -845,6 +846,9 @@ wp plugin update [<plugin>...] [--all] [--exclude=<name>] [--minor] [--patch] [-
845846
[--insecure]
846847
Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
847848

849+
[--auto-update-indicated]
850+
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`.
851+
848852
**EXAMPLES**
849853

850854
$ wp plugin update bbpress --version=dev
@@ -1274,6 +1278,7 @@ These fields are optionally available:
12741278
* update_id
12751279
* title
12761280
* description
1281+
* auto_update_indicated
12771282

12781283
**EXAMPLES**
12791284

@@ -1558,7 +1563,7 @@ wp theme status [<theme>]
15581563
Updates one or more themes.
15591564

15601565
~~~
1561-
wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure]
1566+
wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure] [--auto-update-indicated]
15621567
~~~
15631568

15641569
**Alias:** `upgrade`
@@ -1600,6 +1605,9 @@ wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patc
16001605
[--insecure]
16011606
Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
16021607

1608+
[--auto-update-indicated]
1609+
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`.
1610+
16031611
**EXAMPLES**
16041612

16051613
# Update multiple themes

0 commit comments

Comments
 (0)