Implement 'mclu viewer' command to open the graphical console.
[mclu.git] / mclu.pod
index 5c2a03f..45b9bd5 100644 (file)
--- a/mclu.pod
+++ b/mclu.pod
@@ -78,6 +78,16 @@ is the number of physical CPUs, but not more than 4.
 
 =back
 
+=item B<mclu console [host:]guest>
+
+Connect to the serial console console of the named guest.
+
+=item B<mclu destroy [host:]guest>
+
+Destroy the named guest.
+
+Note this permanently deletes the guest and its data.
+
 =item B<mclu list [--active] [--all] [--templates]>
 
 List all active (running) guests and/or templates.  You can use
@@ -124,6 +134,10 @@ for each host:
 Display the status of the cloud.  This shows you which nodes are on
 and off, and the amount of resources used and free on each node.
 
+=item B<mclu viewer [host:]guest>
+
+Open the graphical console of the guest (using L<virt-viewer(1)>).
+
 =back