Skip to content

Commit 9756b33

Browse files
author
Fückert, Oliver
committed
Update README
1 parent 5e67f0d commit 9756b33

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# ACI2DOT
22

3-
aci2dot converts JSON formatted Cisco ACI policy files or snippets to a DOT graph format.
3+
aci2dot converts JSON formatted Cisco ACI policy files or snippets to a [DOT](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) graph format.
4+
5+
It requires Python 3. [Graphwiz](https://www.graphviz.org) is not required as long as the option --dot is not used.
6+
When [Graphwiz](https://www.graphviz.org) is installed `--dot {svg,png,pdf}` will also render the graph in the respective format.
7+
8+
`--write` creates a config file `.aci2dot` in the current directory, which allows for modification of the graph, node and edge properties.
49

510
```
611
./aci2dot.py --help

0 commit comments

Comments
 (0)