hookdeck-cli
hookdeck-cli copied to clipboard
Receive events (e.g. webhooks) in your development environment
Running the command: ```sh hookdeck listen 3030 ``` Would generate a source name. For example, source_
I using hookdeck cli with docker and Im trying to run it as another user than root. To accomplish that Im trying to use --config flag of hookdeck cli. No...
This is a fairly impactful PR as it involves a breaking change as well as a lot of code changes related to `pkg/config` which impacts every command. Some key pointers:...
This is a PR for the base branch of some new changes involving config updates. Currently, there's nothing to be reviewed here. I'll open a few PRs against this branch...