Skip to content

Commit a73883b

Browse files
committed
Update readme docs
1 parent 7c32e21 commit a73883b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,17 @@ Generate coupons with a maximum discount amount.
4848

4949
Generate customers based on the number of customers parameter.
5050
- `wp wc generate customers <nr of customers>`
51+
52+
### Terms
53+
54+
Generate terms in the Product Categories taxonomy based on the number of terms parameter.
55+
- `wp wc generate terms product_cat <nr of terms>`
56+
57+
Generate hierarchical product categories with a maximum number of sub-levels.
58+
- `wp wc generate terms product_cat <nr of terms> --max-depth=5`
59+
60+
Generate product categories that are all child terms of an existing product category term.
61+
- `wp wc generate terms product_cat <nr of terms> --parent=123`
62+
63+
Generate terms in the Product Tags taxonomy based on the number of terms parameter.
64+
- `wp wc generate terms product_tag <nr of terms>`

0 commit comments

Comments
 (0)