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

Receive events (e.g. webhooks) in your development environment

Results 14 hookdeck-cli issues
Sort by recently updated
recently updated
newest added

> [build-mac](https://github.com/hookdeck/hookdeck-cli/actions/runs/9003576632/job/24734513215) Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: goreleaser/goreleaser-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

## How 1. Add the `*` select to the `listen` command. Right now you can do `hookdeck listen 9001 shopify` which starts the CLI without a source select prompt for...

enhancement

as per here: https://github.com/hookdeck/hookdeck-cli/blob/master/pkg/useragent/uname_windows.go#L6 please add :)

I have a Rails app running locally. It uses Action Mailbox which receives webhooks from mail systems such as Postmark. Action Mailbox requires incoming webhooks to use a URL with...

`postprocessJsonResponse` is used in several places with the function signature returning and interface and an error but we are passing pointers to the function and never checking the errors. We...

good first issue
refactor

It would be great to have a couple options for working with TLS connections locally: - `--ssl` to force using a TLS client (autodetect from URL scheme or port 443)...

Currently the help output for the listen command is: ``` $ hookdeck listen -h Forward webhooks for a source to your local server Usage: hookdeck listen [flags] Flags: -h, --help...

Hi there, I've been tinkering with some DX around local config and discovered some undesirable behaviors. I made a few videos here to showcase these issues in hope we can...

The Stripe CLI supports [triggering test webhooks from the CLI](https://docs.stripe.com/cli/trigger). Hookdeck supports [bookmarks](https://hookdeck.com/docs/bookmarks), an underused feature. Is there a way we could add a command such as `hookdeck trigger [bookmark-name]`...

enhancement
discussion

You also imagine r+1 r+2 r+3 to retry second the last, third to last, etc.

enhancement