hookdeck-cli
hookdeck-cli copied to clipboard
Receive events (e.g. webhooks) in your development environment
There's a lack of clarity around how these are used and we have three different types of keys. Until that's clarified, hide the global flags.
Disable changelog generation for Linux, Mac, and Windows in the goreleaser configuration to streamline the release process.
I want to use the function mentioned [here](https://hookdeck.com/docs/cli#use) to pin the project to my current directory, but I'm getting `unknown flag: --local`, see attached photo: Is the flag removed?
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.36.0 to 0.37.0. Commits 1231d54 go.mod: update golang.org/x dependencies 3475bc8 term: fix some comments See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
# CLI Output Representation Options This document shows different ways to represent the Source → Connection → Destination flow without explicitly labeling "Connection". ## Current format example: ``` test-ctx-2025103020190191271 │...
## Problem The current distribution approach for `hookdeck-cli` relies exclusively on postinstall scripts via `go-npm`, which creates a poor developer experience with modern package managers, particularly pnpm v10+. ### Impact...
This is widely know issue in Docker containers as to why the service take 10 seconds to shutdown. | Preview | | --- | | | Same is happening for...
To properly support cask distribution, you need to sign your binaries with an Apple Developer certificate. This requires: Enrolling in the Apple Developer Program ($99/year) Creating a Developer ID Application...
Hello, I didn't find the information on how to use custom HTTP methods with Hookdeck CLI (e.g, `GET`). Is it possible?
The current CLI release process supports pre-releases for: - NPM - Docker/Linux - Windows (Scoop) However, to support multi-versioned cask releases for Mac, we'll need to update to [Go Releaser...