Skip to content

Commit 667cc95

Browse files
committed
add remarks about SVIX_WEBHOOK_BRIDGE_CFG in README
1 parent 2902381 commit 667cc95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webhook-bridge/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ svix-webhook-bridge -c path/to/svix-webhook-bridge.yaml
1010

1111
## Configuration
1212

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+
1319
> For an annotated sample configuration see [the example config](svix-webhook-bridge.example.yaml).
1420
1521
`svix-webhook-bridge` is organized in terms of "plugins" which are tasks that run in tandem.

0 commit comments

Comments
 (0)