summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/admin/index.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/server/admin/index.txt b/doc/server/admin/index.txt
index d8fe07630..e850d9df0 100644
--- a/doc/server/admin/index.txt
+++ b/doc/server/admin/index.txt
@@ -73,6 +73,15 @@ viz
Produce graphviz diagrams of metadata structures.
+The following command will produce a graphviz image which includes hosts,
+bundles, and a key::
+
+ bcfg2-admin viz -H -b -k -o ~/bcfg2.png
+
+.. note:: The graphviz package available via DAG/RPMforge has been known
+ to have dependency issues. We recommend installing the package
+ from EPEL.
+
xcmd
====