hookdeck-cli 0.11.2 → 0.11.3

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 CHANGED
@@ -133,6 +133,29 @@ Inventory Service forwarding to /webhooks/shopify/inventory
133
133
  Orders Service forwarding to /webhooks/shopify/orders
134
134
 
135
135
 
136
+ ⣾ Getting ready...
137
+
138
+ ```
139
+
140
+ #### Listen to multiple sources
141
+
142
+ `source-alias` can be a comma-separated list of source names (for example, `stripe,shopify,twilio`) or `'*'` (with quotes) to listen to all sources.
143
+
144
+ ```sh-session
145
+ $ hookdeck listen 3000 '*'
146
+
147
+ 👉 Inspect and replay events: https://dashboard.hookdeck.com/cli/events
148
+
149
+ Sources
150
+ 🔌 stripe URL: https://events.hookdeck.com/e/src_DAjaFWyyZXsFdZrTOKpuHn01
151
+ 🔌 shopify URL: https://events.hookdeck.com/e/src_DAjaFWyyZXsFdZrTOKpuHn02
152
+ 🔌 twilio URL: https://events.hookdeck.com/e/src_DAjaFWyyZXsFdZrTOKpuHn03
153
+
154
+ Connections
155
+ stripe -> cli-stripe forwarding to /webhooks/stripe
156
+ shopify -> cli-shopify forwarding to /webhooks/shopify
157
+ twilio -> cli-twilio forwarding to /webhooks/twilio
158
+
136
159
  ⣾ Getting ready...
137
160
 
138
161
  ```
package/bin/hookdeck CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",