File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Users: check out the:
14
14
15
15
Developers: check out the [ Developer guide] ( ./docs/developer-guide.md )
16
16
17
- Cyclonus subcommands:
17
+ ### CLI usage
18
18
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 )
20
20
- ` 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 )
22
22
23
23
24
24
## Cyclonus disambiguation
Original file line number Diff line number Diff line change @@ -114,13 +114,11 @@ Key types:
114
114
- TruthTable
115
115
116
116
117
- # CLI usage
117
+ # Using Cyclonus
118
118
119
- [ ` cyclonus analyze ` ] ( ./command-analyze .md ) : leverage executable network policy specification
119
+ [ CLI usage ] ( ../README .md#cli-usage )
120
120
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 )
124
122
125
123
# Next steps
126
124
You can’t perform that action at this time.
0 commit comments