You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# ACI2DOT
2
2
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.
0 commit comments