Skip to content

Commit b2bd890

Browse files
committed
walkthrough doc: add examples
1 parent 85fa3c6 commit b2bd890

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/walkthrough.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,28 @@ Key types:
118118

119119
[CLI usage](../README.md#cli-usage)
120120

121-
[Examples](../examples/run.sh)
121+
Examples:
122+
- [`cyclonus analyze`](../examples/run.sh)
123+
- `cyclonus probe`:
124+
125+
```bash
126+
go run cmd/cyclonus/main.go probe \
127+
--server-protocol=tcp \
128+
--server-port=80
129+
```
130+
131+
- `cyclonus generate`:
132+
133+
```bash
134+
go run cmd/cyclonus/main.go generate \
135+
--include conflict \
136+
--job-timeout-seconds 2 \
137+
--ignore-loopback=true \
138+
--server-protocol=tcp \
139+
--server-port=80 \
140+
--mock \
141+
--perturbation-wait-seconds=0
142+
```
122143

123144
# Next steps
124145

0 commit comments

Comments
 (0)