manual/site/machinery-upgrade-format.1/index.html in machinery-tool-1.21.0 vs manual/site/machinery-upgrade-format.1/index.html in machinery-tool-1.22.0
- old
+ new
@@ -21,35 +21,38 @@
</li>
- <li>Home
- <ul>
-
- <li class="">
- <a href="../machinery_main_general.1/">General</a>
- </li>
-
- <li class="">
- <a href="../machinery_main_scopes.1/">Scopes</a>
- </li>
-
- <li class="">
- <a href="../machinery_main_usecases.1/">Use cases</a>
- </li>
-
- <li class="">
- <a href="../machinery_security_implications.1/">Security Implications</a>
- </li>
-
- </ul>
+ <li class="">
+ <a href="../machinery_main_general.1/">General Overview</a>
</li>
+ <li class="">
+ <a href="../machinery_main_scopes.1/">Scopes</a>
+ </li>
+
+
+
+
+ <li class="">
+ <a href="../machinery_main_usecases.1/">Use cases</a>
+ </li>
+
+
+
+
+ <li class="">
+ <a href="../machinery_main_security_implications.1/">Security Implications</a>
+ </li>
+
+
+
+
<li>Commands
<ul>
<li class="">
<a href="../machinery-analyze.1/">Analyze</a>
@@ -82,15 +85,19 @@
<li class="">
<a href="../machinery-export-kiwi.1/">Export Kiwi</a>
</li>
<li class="">
+ <a href="../machinery-export-html.1/">Export HTML</a>
+ </li>
+
+ <li class="">
<a href="../machinery-inspect.1/">Inspect</a>
</li>
<li class="">
- <a href="../machinery-inspect-docker.1/">Inspect Docker</a>
+ <a href="../machinery-inspect-container.1/">Inspect Container</a>
</li>
<li class="">
<a href="../machinery-list.1/">List</a>
</li>
@@ -130,34 +137,34 @@
</ul>
</div>
<div class="content">
<h1 id="upgrade-format-upgrade-system-description">upgrade-format — Upgrade System Description</h1>
-<h2 id="synopsis">SYNOPSIS</h2>
+<h2 id="synopsis">Synopsis</h2>
<p><code>machinery upgrade-format</code> --all</p>
<p><code>machinery upgrade-format</code> NAME</p>
<p><code>machinery</code> help upgrade-format</p>
-<h2 id="description">DESCRIPTION</h2>
+<h2 id="description">Description</h2>
<p>The <code>upgrade-format</code> command upgrades a system description to the latest format
version.</p>
<p>The <code>format</code> in this context is the structure of the internal system description
data. If the format version of a system description does not match the current
<code>machinery</code> format version, <code>machinery</code> is no longer able to work with the data
until it is upgraded. The current format version can be retrieved using
<code>machinery --version</code>. The format version of a system description can be found
in the <code>meta</code> section of the according <code>manifest.json</code> file.</p>
<p>If the <code>--all</code> switch is given all local descriptions will be upgraded.</p>
-<h2 id="options">OPTIONS</h2>
+<h2 id="options">Options</h2>
<ul>
<li><code>--all</code> (optional):
Upgrade all stored system descriptions.</li>
</ul>
-<h2 id="arguments">ARGUMENTS</h2>
+<h2 id="arguments">Arguments</h2>
<ul>
<li><code>NAME</code> (optional):
Upgrade specified system description.</li>
</ul>
-<h2 id="examples">EXAMPLES</h2>
+<h2 id="examples">Examples</h2>
<ul>
<li>
<p>Upgrade the system description stored as <code>earth</code>:</p>
<p>$ <code>machinery</code> upgrade-format earth</p>
</li>
\ No newline at end of file