We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9567b commit f079a55Copy full SHA for f079a55
README.md
@@ -1378,6 +1378,12 @@ wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--format=<format
1378
[--exclude=<theme-names>]
1379
Comma separated list of theme names that should be excluded from updating.
1380
1381
+ [--minor]
1382
+ Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
1383
+
1384
+ [--patch]
1385
+ Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
1386
1387
[--format=<format>]
1388
Render output in a particular format.
1389
---
0 commit comments