hookwright 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/cli.js +1096 -100
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,6 +75,8 @@ Every command works without a TTY, for CI or scripting:
|
|
|
75
75
|
hookwright build --items 2 # cashfree-occ by default
|
|
76
76
|
hookwright build --provider razorpay-magic --items 2
|
|
77
77
|
hookwright build --provider nitro --event orders/create
|
|
78
|
+
hookwright build --provider nitro --event category_view --collection summer-sale
|
|
79
|
+
hookwright build --provider nitro --event view # no product needed
|
|
78
80
|
hookwright build --search "cold brew" # only products matching a title
|
|
79
81
|
hookwright build --items 3 --discount 250 --send
|
|
80
82
|
hookwright send --dry-run # print the request + curl, send nothing
|