We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2902381 commit 667cc95Copy full SHA for 667cc95
webhook-bridge/README.md
@@ -10,6 +10,12 @@ svix-webhook-bridge -c path/to/svix-webhook-bridge.yaml
10
11
## Configuration
12
13
+The CLI itself exposes only a single flag (`-c`, `--cfg`) used to set the path for the config file.
14
+The location of the config file can also be set with the `SVIX_WEBHOOK_BRIDGE_CFG` env var.
15
+The config file itself does the heavy lifting.
16
+
17
+When unset, the current working directory is checked for a file named `svix-webhook-bridge.yaml`.
18
19
> For an annotated sample configuration see [the example config](svix-webhook-bridge.example.yaml).
20
21
`svix-webhook-bridge` is organized in terms of "plugins" which are tasks that run in tandem.
0 commit comments