You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Hookdeck CLI
2
2
3
-
> Hookdeck CLI is in public beta. A **free** account is required, and we will allow for unauthenticated use cases in the short future!
4
-
5
3
Using the Hookdeck CLI, you can forward your webhooks to your local webserver. We offer unlimited **free** and **permanent** webhook URLs. You webhook history is preserved between session and can be viewed, replayed or used for testing by you and your teammates.
6
4
7
5
Hookdeck CLI is compatible with most of Hookdeck features such as filtering and fan-out delivery. You can use Hookdeck CLI to develop or test your webhook integration code locally.
@@ -14,7 +12,6 @@ For a complete reference, see the [CLI reference](https://hookdeck.com/cli)
14
12
15
13

16
14
17
-
18
15
## Installation
19
16
20
17
Hookdeck CLI is available for macOS, Windows, and Linux for distros like Ubuntu, Debian, RedHat and CentOS.
Hookdeck works by routing webhooks receive for a given `source` (ie: Shopify, Github, etc.) to its defined `destination` by connecting them with a `connection`to a `destination`. The CLI allows you to receive webhooks for any given connection and forward them to your localhost at the specified port.
84
+
Hookdeck works by routing webhooks receive for a given `source` (ie: Shopify, Github, etc.) to its defined `destination` by connecting them with a `connection` to a `destination`. The CLI allows you to receive webhooks for any given connection and forward them to your localhost at the specified port.
86
85
87
86
Each `source` is assigned a Webhook URL, which you can use to receive webhooks. When starting with a fresh account, the CLI will prompt you to create your first source. Each CLI process can listen to one source at a time.
88
87
@@ -91,20 +90,21 @@ Contrarily to ngrok, **Hookdeck does not allow to append a path to your Webhook
91
90
> The `port` param is mandatory, webhooks will be forwarded to http://localhost:$PORT/$DESTINATION_PATH
92
91
93
92
#### Listen to all your connections for a given source
93
+
94
94
The second param, `source-alias` is used to select a specific source to listen on. By default, the CLI will start listening on all eligible connections for that source.
0 commit comments