We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fa3c6 commit b2bd890Copy full SHA for b2bd890
docs/walkthrough.md
@@ -118,7 +118,28 @@ Key types:
118
119
[CLI usage](../README.md#cli-usage)
120
121
-[Examples](../examples/run.sh)
+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
134
+ go run cmd/cyclonus/main.go generate \
135
+ --include conflict \
136
+ --job-timeout-seconds 2 \
137
+ --ignore-loopback=true \
138
139
+ --server-port=80 \
140
+ --mock \
141
+ --perturbation-wait-seconds=0
142
143
144
# Next steps
145
0 commit comments