Skip to content

Commit 85fa3c6

Browse files
committed
improve walkthrough doc
1 parent 025ebfd commit 85fa3c6

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Users: check out the:
1414

1515
Developers: check out the [Developer guide](./docs/developer-guide.md)
1616

17-
Cyclonus subcommands:
17+
### CLI usage
1818

19-
- `cyclonus probe`: [run a single network policy test on a cluster](./docs/command-probe.md)
19+
- `cyclonus analyze`: [leverage network policy engine to precisely understand your policies](./docs/command-analyze.md)
2020
- `cyclonus generate`: [run network policy conformance test suites on a cluster](./docs/command-generate.md)
21-
- `cyclonus analyze`: [analyze network policies](./docs/command-analyze.md)
21+
- `cyclonus probe`: [run a single network policy test on a cluster](./docs/command-probe.md)
2222

2323

2424
## Cyclonus disambiguation

docs/walkthrough.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,11 @@ Key types:
114114
- TruthTable
115115

116116

117-
# CLI usage
117+
# Using Cyclonus
118118

119-
[`cyclonus analyze`](./command-analyze.md): leverage executable network policy specification
119+
[CLI usage](../README.md#cli-usage)
120120

121-
[`cyclonus generate`](./command-generate.md): CNI network policy conformance test suite
122-
123-
[`cyclonus probe`](./command-probe.md): run a custom network policy test
121+
[Examples](../examples/run.sh)
124122

125123
# Next steps
126124

0 commit comments

Comments
 (0)