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
|`--broadcaster`|`-b`| The broadcaster's user ID to be used for verification |`-b 1234`| N |
174
+
|`--broadcaster`|`-b`| The broadcaster's user ID to be used for verification |`-b 1234`| N |
175
175
|`--forward-address`|`-F`| Web server address for where to send mock subscription. |`-F https://localhost:8080`| Y |
176
176
|`--no-config`|`-D`| Disables the use of the configuration values should they exist. |`-D`| N |
177
177
|`--secret`|`-s`| Webhook secret. If defined, signs all forwarded events with the SHA256 HMAC and must be 10-100 characters in length. |`-s testsecret`| N |
@@ -210,6 +210,7 @@ Provides access to a mock EventSub WebSocket server. More information can be fou
210
210
|`--reason`|| Specifies the Close message code you wish to close a client’s connection with. Only used with "twitch websocket close"|`twitch event websocket close --reason=4006`|
211
211
|`--status`|| Specifies the Status code you wish to override an existing subscription’s status to. Only used with "twitch websocket close"|`twitch event websocket subscription --status=user_removed`|
212
212
|`--subscription`|| Specifies the subscription ID you wish to target. Only used with “twitch websocket subscription”. |`twitch event websocket subscription --subscription=48d3-b9a-f84c`|
213
+
|`--enabled`|| Sets on/off for the specified feature. |`twitch event websocket keepalive --session=e411cc1e_a2613d4e --enabled=false`|
0 commit comments