hookdeck / hookdeck-cli

Alternative to ngrok for localhost asynchronous web development (e.g. webhooks). No account required.
https://hookdeck.com?ref=github-hookdeck-cli
Apache License 2.0
276 stars 9 forks source link

Feature: Specify multiple sources or all in CLI #40

Closed hookdeckandy closed 1 year ago

hookdeckandy commented 1 year ago

The CLI should be able to listen to multiple sources, and with the * listen to all sources

Example: hookdeck listen 9000 * listens to all sources

Would it be worth specifying multiple sources? Example: hookdeck listen 9000 source1 source2 source3