# CLI v1.1.0

Published 30 October 2025 · Platform

Better local webhook debugging with session filters and interactive mode

The Hookdeck CLI v1.1.0 brings new features to improve your local webhook debugging experience. Now you can focus on the events that matter and interact with them directly from your terminal.

Here's what's new:

* Interactive Mode: Inspect and replay events directly in your terminal without switching to the dashboard
* Session Filters: Focus only on the events you care about by filtering webhook traffic during CLI sessions
* Enhanced Debugging: Streamlined workflow for testing and troubleshooting webhook integrations locally

![CLI Interactive Mode](https://hookdeck.com/images/changelog/cli-v1-1-0.gif)

📺 Watch the [full walkthrough video](https://www.youtube.com/watch?v=IBbm19MpRLQ) to see these features in action.

Upgrade today:

```bash
brew upgrade hookdeck
# or
npm i -g hookdeck-cli

```