twitch-cli icon indicating copy to clipboard operation
twitch-cli copied to clipboard

Allow for custom subscription id in verify-subscription command

Open Brendonovich opened this issue 4 years ago • 0 comments

twitch event verify-subscription currently does not allow a subscription id to be passed with -i, unlike most other event commands.

I don't imagine this would be used much, but it would be useful for me as I use the verification request to inform my application that the subscription exists, and update the database as such. Being able to specify an id for the subscription being verified would make my testing more robust, since I would not have to manually edit the database to confirm that the subscription has been verified, instead the webhook handler can perform the update as it usually would.

Brendonovich avatar Nov 29 '21 10:11 Brendonovich