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 37ecbee commit 632dfd4Copy full SHA for 632dfd4
README.md
@@ -68,6 +68,23 @@ $ builder-playground cook l1 --latest-fork --output ~/my-builder-testnet --genes
68
69
To stop the playground, press `Ctrl+C`.
70
71
+## Inspect
72
+
73
+Builder-playground supports inspecting the connection of a service to a specific port.
74
75
+```bash
76
+$ builder-playground inspect <service> <port>
77
+```
78
79
+Example:
80
81
82
+$ builder-playground cook opstack
83
+$ builder-playground inspect op-geth authrpc
84
85
86
+This command starts a `tcpflow` container in the same network interface as the service and captures the traffic to the specified port.
87
88
## Internals
89
90
### Execution Flow
0 commit comments