Implement 'mclu viewer' command to open the graphical console.
[mclu.git] / mclu.pod
index 9cfcf8f..45b9bd5 100644 (file)
--- a/mclu.pod
+++ b/mclu.pod
@@ -82,6 +82,12 @@ is the number of physical CPUs, but not more than 4.
 
 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
@@ -128,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