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

The official Twitch CLI to make developing on Twitch easier.

Results 44 twitch-cli issues
Sort by recently updated
recently updated
newest added

# Background Currently EventSub subscription are hard-coded into the program. This leads to a large code changes and a new release being required every time a new EventSub subscription is...

enhancement
event

When triggering an event with "twitch event trigger", the tool will generate a single GUID that is shared in use for both the Subscription ID (`.subscription.id` in JSON) and the...

enhancement
event

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. ## Problem/Feature This is addressing #184 since the cli doesn't...

### What is the problem? Subscriptions currently exist in the context of a single server, which is incorrect. They should be updated based on actions within the server, such as...

### What is the problem? I just found recently that Twitch had this mock api for testing requests without me needing to be a partner. While testing my integration, I...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. ## Problem/Feature This PR updates the version of github.com/spf13/cobra to...

Just wondering why the Cobra standard shell completion support isn't available from this command-line tool. Not super critical, just noticed that `.

### What is the problem? The emote indexes in the mocked message of type `channel.subscription.message` v1 seems to be wrong. It provides the message `Hello from the Twitch CLI! twitchdevLeek`...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. ## Problem/Feature Add's support for setting `force_verify` to `true` when...

### Tell us about your feature request it would be cool to have a MCP server integeration for the twitch-cli see something like https://dev.to/jackmcguire1/making-an-mcp-server-for-the-twitch-cli-to-aid-developer-experience-2ho8 ### Disclaimer - [x] I agree

enhancement