Skip to content

Commit 5b352b3

Browse files
committed
docs(notify-url-relay): add npx usage example
1 parent 1e86644 commit 5b352b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/notify-url-relay/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Metrics hooks are available for counters, gauges, and timings.
2222
npm install @transloadit/notify-url-relay
2323
```
2424

25+
## Run Without Install
26+
27+
```bash
28+
TRANSLOADIT_SECRET="your-secret" \
29+
npx -y @transloadit/notify-url-relay \
30+
--notifyUrl "http://127.0.0.1:3000/transloadit" \
31+
--log-level info
32+
```
33+
2534
## CLI usage
2635

2736
```bash

0 commit comments

Comments
 (0)