lduck 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/dist/index.js +405 -114
- package/dist/static/client.js +9 -9
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -110,9 +110,8 @@ pnpm build # Build for production
|
|
|
110
110
|
# stdout (pipe to lduck)
|
|
111
111
|
pnpm generate-logs | lduck
|
|
112
112
|
|
|
113
|
-
#
|
|
114
|
-
pnpm generate-logs:
|
|
115
|
-
pnpm generate-logs:http -- --count 500 --url http://localhost:8080/api/ingest
|
|
113
|
+
# relay (send to running lduck instance)
|
|
114
|
+
pnpm generate-logs | lduck relay --url http://localhost:8080
|
|
116
115
|
```
|
|
117
116
|
|
|
118
117
|
## License
|