man/generated/machinery.1.html in machinery-tool-1.2.0 vs man/generated/machinery.1.html in machinery-tool-1.4.0

- old
+ new

@@ -66,11 +66,11 @@ <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="#generate-html-Generate-an-HTML-view-of-a-System-Description">generate-html — Generate an HTML view of a System 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="#remove-Remove-System-Description">remove — Remove System Description</a> + <a href="#remove-Remove-System-Descriptions">remove — Remove System Descriptions</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> <a href="#FILES-AND-DEVICES">FILES AND DEVICES</a> <a href="#ENVIRONMENT">ENVIRONMENT</a> @@ -327,14 +327,15 @@ <p>The System Description format and file structure is documented in the machinery wiki: <a href="https://github.com/SUSE/machinery/wiki/System-Description-Format" data-bare-link="true">https://github.com/SUSE/machinery/wiki/System-Description-Format</a></p> <p>Machinery validates descriptions on load. It checks that the JSON structure of the manifest file, which contains the primary and meta data of a description, is -correct and it adheres to the schema. It also checks that the information about -extracted files is consistent. Missing files or extra files without reference -in the manifest are treated as warnings. All other issues are errors which need -to be fixed so that Machinery can use the description.</p> +correct and it adheres to the schema. Validation errors are reported as warnings. +It also checks that the information about extracted files is consistent. Missing +files or extra files without reference in the manifest are treated also as +warnings. All other issues are errors which need to be fixed so that Machinery +can use the description</p> <p>To manually validate a description use the <code>machinery validate</code> command.</p> <h3 id="Use-Cases">Use Cases</h3> @@ -459,10 +460,12 @@ </ul> <h3 id="BUILD-SUPPORT-MATRIX">BUILD SUPPORT MATRIX</h3> +<p>Machinery only supports building x86_64 images on x86_64 systems.</p> + <p>The following combinations of build hosts and targets are supported:</p> <ul> <li><p>SUSE Linux Enterprise 12</p> @@ -662,10 +665,14 @@ <li>The <code>deploy</code> command requires the packages <code>kiwi</code> for building the image and <code>python-glanceclient</code> for uploading the image to the cloud.</li> </ul> +<h3 id="SUPPORTED-ARCHITECTURES">SUPPORTED ARCHITECTURES</h3> + +<p>Machinery only supports deploying x86_64 images on x86_64 systems.</p> + <h3 id="EXAMPLES">EXAMPLES</h3> <ul> <li><p>Build an image under the system description named <code>jeos</code>. Deploy it to the OpenStack cloud name <code>tux-cloud</code> by using the @@ -923,22 +930,22 @@ <p>$ <code>machinery</code> list --verbose</p></dd> </dl> -<h2 id="remove-Remove-System-Description">remove — Remove System Description</h2> +<h2 id="remove-Remove-System-Descriptions">remove — Remove System Descriptions</h2> <h3 id="SYNOPSIS">SYNOPSIS</h3> <p><code>machinery remove</code> [--all] NAME</p> <p><code>machinery</code> help remove</p> <h3 id="DESCRIPTION">DESCRIPTION</h3> -<p>The <code>remove</code> command removes a stored system description.</p> +<p>The <code>remove</code> command removes all specified system descriptions.</p> <h3 id="OPTIONS">OPTIONS</h3> <dl> <dt><code>--all</code> (optional)</dt><dd><p>Remove all stored system descriptions.</p></dd> @@ -947,20 +954,23 @@ <h3 id="ARGUMENTS">ARGUMENTS</h3> <dl> -<dt><code>NAME</code> (required)</dt><dd>Remove specified system description.</dd> +<dt><code>NAME...</code> (required)</dt><dd>Remove specified system descriptions.</dd> </dl> <h3 id="EXAMPLES">EXAMPLES</h3> <dl> <dt>Remove the system description stored as <code>earth</code>:</dt><dd><p></p> <p>$ <code>machinery</code> remove earth</p></dd> +<dt>Remove the system descriptions stored as <code>earth</code> and <code>moon</code>:</dt><dd><p></p> + +<p>$ <code>machinery</code> remove earth moon</p></dd> <dt>Remove all stored system descriptions:</dt><dd><p></p> <p>$ <code>machinery</code> remove --all</p></dd> </dl> @@ -1128,15 +1138,15 @@ </dl> <h2 id="COPYRIGHT">COPYRIGHT</h2> -<p>Copyright (c) 2013-2014 <a href="http://www.suse.com">SUSE LLC</a></p> +<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'>December 2014</li> + <li class='tc'>February 2015</li> <li class='tr'>machinery(1)</li> </ol> </div> </body>