File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1364,7 +1364,7 @@ wp theme status [<theme>]
13641364Updates one or more themes.
13651365
13661366~~~
1367- wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--format=<format>] [--version=<version>] [--dry-run] [--insecure]
1367+ wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patch] [-- format=<format>] [--version=<version>] [--dry-run] [--insecure]
13681368~~~
13691369
13701370** OPTIONS**
@@ -1378,11 +1378,11 @@ wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--format=<format
13781378 [--exclude=<theme-names>]
13791379 Comma separated list of theme names that should be excluded from updating.
13801380
1381- [--minor]
1382- Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
1381+ [--minor]
1382+ Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
13831383
1384- [--patch]
1385- Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
1384+ [--patch]
1385+ Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
13861386
13871387 [--format=<format>]
13881388 Render output in a particular format.
You can’t perform that action at this time.
0 commit comments