man/generated/machinery.1.html in machinery-tool-1.13.0 vs man/generated/machinery.1.html in machinery-tool-1.14.0

- old
+ new

@@ -56,20 +56,22 @@ <a href="#SYNOPSIS">SYNOPSIS</a> <a href="#DESCRIPTION">DESCRIPTION</a> <a href="#WORK-FLOW-EXAMPLES">WORK FLOW EXAMPLES</a> <a href="#CONCEPTUAL-OVERVIEW">CONCEPTUAL OVERVIEW</a> <a href="#OPTIONS-FOR-ALL-SUBCOMMANDS">OPTIONS FOR ALL SUBCOMMANDS</a> + <a href="#analyze-Analyze-System-Description">analyze — Analyze System Description</a> <a href="#build-Build-Image-from-System-Description">build — Build Image from System Description</a> <a href="#compare-Compare-System-Descriptions">compare — Compare System Descriptions</a> <a href="#config-Configure-Machinery">config — Configure Machinery</a> <a href="#copy-Copy-System-Description">copy — Copy System Description</a> <a href="#deploy-Deploy-Image-to-OpenStack-Cloud">deploy — Deploy Image to OpenStack Cloud</a> <a href="#export-autoyast-Export-System-Description-as-AutoYasST-profile">export-autoyast — Export System Description as AutoYasST profile</a> <a href="#export-kiwi-Export-System-Description-as-KIWI-Image-Description">export-kiwi — Export System Description as KIWI Image Description</a> <a href="#inspect-Inspect-Running-System">inspect — Inspect Running System</a> <a href="#list-List-System-Descriptions">list — List System Descriptions</a> <a href="#man-Shows-Man-Page">man — Shows Man Page</a> + <a href="#move-Move-System-Description">move — Move System Description</a> <a href="#remove-Remove-System-Descriptions">remove — Remove System Descriptions</a> <a href="#serve-Serve-A-System-Description-Using-A-Web-Server">serve — Serve A System Description Using A Web Server</a> <a href="#show-Show-System-Description">show — Show System Description</a> <a href="#upgrade-format-Upgrade-System-Description">upgrade-format — Upgrade System Description</a> <a href="#validate-Validate-System-Description">validate — Validate System Description</a> @@ -371,11 +373,11 @@ <dt class="flush"><code>--debug</code></dt><dd><p>Enable debug mode. Machinery writes additional information into the log file which can be useful to track down problems.</p></dd> </dl> -<h1>analyze — Analyze System Description</h1> +<h2 id="analyze-Analyze-System-Description">analyze — Analyze System Description</h2> <h3 id="SYNOPSIS">SYNOPSIS</h3> <p><code>machinery analyze</code> NAME -o | --operation=OPERATION</p> @@ -852,11 +854,11 @@ via <code>ssh-copy-id</code> to the inspected host, e.g.: <code>ssh-copy-id root@HOSTNAME</code>)</p></li> <li><p>The system to be inspected needs to have the following commands:</p> <ul> <li><code>rpm</code></li> -<li><code>zypper</code></li> +<li><code>zypper</code> or <code>yum</code></li> <li><code>rsync</code></li> <li><code>chkconfig</code></li> <li><code>cat</code></li> <li><code>sed</code></li> <li><code>find</code></li> @@ -900,17 +902,19 @@ <h2 id="list-List-System-Descriptions">list — List System Descriptions</h2> <h3 id="SYNOPSIS">SYNOPSIS</h3> -<p><code>machinery list</code></p> +<p><code>machinery list</code> + [NAME[,NAME2[,NAME3]]]</p> <p><code>machinery</code> help list</p> <h3 id="DESCRIPTION">DESCRIPTION</h3> -<p>List all available system descriptions in the internal database. +<p>List the specified system descriptions if parameter name is given. +List all available system descriptions in the internal database if no name parameter is given. The list is sorted alphabetically and contains a name and the scopes for each system.</p> <h3 id="OPTIONS">OPTIONS</h3> @@ -922,10 +926,13 @@ <h3 id="EXAMPLES">EXAMPLES</h3> <dl> +<dt>Lists the two specified system descriptions <code>a</code> and <code>b</code>:</dt><dd><p></p> + +<p>$ <code>machinery</code> list a b</p></dd> <dt>Lists all available system descriptions:</dt><dd><p></p> <p>$ <code>machinery</code> list</p></dd> <dt>Same as previous command, but additionally prints the date of each scope:</dt><dd><p></p> @@ -944,16 +951,46 @@ <h3 id="DESCRIPTION">DESCRIPTION</h3> <p>The <code>man</code> command shows the Machinery man page.</p> +<h2 id="move-Move-System-Description">move — Move System Description</h2> + +<h3 id="SYNOPSIS">SYNOPSIS</h3> + +<p><code>machinery move</code> + FROM_NAME TO_NAME</p> + +<p><code>machinery</code> help move</p> + +<h3 id="DESCRIPTION">DESCRIPTION</h3> + +<p>The <code>move</code> command renames a stored system description from <code>FROM_NAME</code> to <code>TO_NAME</code>.</p> + +<h3 id="ARGUMENTS">ARGUMENTS</h3> + +<dl> +<dt><code>FROM_NAME</code> (required)</dt><dd><p>Current name of the system description.</p></dd> +<dt><code>TO_NAME</code> (required)</dt><dd><p>New name of the system description.</p></dd> +</dl> + + +<h3 id="EXAMPLES">EXAMPLES</h3> + +<dl> +<dt>Rename the system description <code>earth</code> to <code>moon</code>:</dt><dd><p></p> + +<p>$ <code>machinery</code> move earth moon</p></dd> +</dl> + + <h2 id="remove-Remove-System-Descriptions">remove — Remove System Descriptions</h2> <h3 id="SYNOPSIS">SYNOPSIS</h3> <p><code>machinery remove</code> [--all] - NAME</p> + [NAME[,NAME2[,NAME3]]]</p> <p><code>machinery</code> help remove</p> <h3 id="DESCRIPTION">DESCRIPTION</h3> @@ -1215,10 +1252,10 @@ <p>Copyright (c) 2013-2015 <a href="http://www.suse.com">SUSE LLC</a></p> <ol class='man-decor man-foot man foot'> <li class='tl'></li> - <li class='tc'>September 2015</li> + <li class='tc'>October 2015</li> <li class='tr'>machinery(1)</li> </ol> </div> </body>