Skip to content

Commit f079a55

Browse files
committed
Feature: updated README.md file for wp theme update command
1 parent 7b9567b commit f079a55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,12 @@ 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)
1383+
1384+
[--patch]
1385+
Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
1386+
13811387
[--format=<format>]
13821388
Render output in a particular format.
13831389
---

0 commit comments

Comments
 (0)