You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--forward-address`|`-F`| Web server address for where to send mock events. |`-F https://localhost:8080`| N |
39
41
|`--transport`|`-T`| The method used to send events. Default is eventsub, but can send using websub. |`-T websub`| N |
40
42
|`--to-user`|`-t`| Denotes the receiver's TUID of the event, usually the broadcaster. |`-t 44635596`| N |
@@ -44,7 +46,7 @@ Used to either create or send mock events for use with local webhooks testing.
44
46
|`--count`|`-c`| Count of events to fire. This can be used to simulate an influx of subscriptions. |`-c 100`| N |
45
47
|`--anonymous`|`-a`| If the event is anonymous. Only applies to `gift` and `cheer` events. |`-a`| N |
46
48
|`--status`|`-S`| Status of the event object, currently applies to channel points redemptions. |`-S fulfilled`| N |
47
-
|`--item-id`|`-i`| Manually set the ID of the event payload item (for example the reward ID in redemption events). |`-i 032e4a6c-4aef-11eb-a9f5-1f703d1f0b92`| N |
49
+
|`--item-id`|`-i`| Manually set the ID of the event payload item (for example the reward ID in redemption events). |`-i 032e4a6c-4aef-11eb-a9f5-1f703d1f0b92`| N |
48
50
|`--cost`|`-C`| Amount of bits or channel points redeemed/used in the event. |`-C 250`| N |
49
51
50
52
**Examples**
@@ -56,9 +58,9 @@ twitch event trigger cheer -f 1234 -t 4567 // generates JSON for a cheer event f
56
58
57
59
## Retrigger
58
60
59
-
Allows previous events to be refired based on the event ID. The ID is noted within the event itself, such as in the "subscription" payload of standard webhooks.
61
+
Allows previous events to be refired based on the event ID. The ID is noted within the event itself, such as in the "subscription" payload of standard webhooks.
60
62
61
-
For example, for:
63
+
For example, for:
62
64
63
65
```json
64
66
{
@@ -69,19 +71,19 @@ For example, for:
69
71
}
70
72
}
71
73
```
72
-
The resulting ID would be `713f3254-0178-9757-7439-d779400c0999`.
74
+
75
+
The resulting ID would be `713f3254-0178-9757-7439-d779400c0999`.
73
76
74
77
**Args**
75
78
None
76
79
77
80
**Flags**
78
81
79
-
| Flag | Shorthand | Description | Example | Required? (Y/N) |
0 commit comments