manual/site/machinery-show.1/index.html in machinery-tool-1.21.0 vs manual/site/machinery-show.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,36 +137,36 @@
</ul>
</div>
<div class="content">
<h1 id="show-show-system-description">show — Show System Description</h1>
-<h2 id="synopsis">SYNOPSIS</h2>
+<h2 id="synopsis">Synopsis</h2>
<p><code>machinery show</code> [-s SCOPE | --scope=SCOPE] [-e IGNORE-SCOPE | --ignore-scope=IGNORE-SCOPE] [--no-pager] [--show-diffs] [--html] NAME</p>
<p><code>machinery</code> help show</p>
-<h2 id="description">DESCRIPTION</h2>
+<h2 id="description">Description</h2>
<p>The <code>show</code> command displays a stored system description.
Scopes are supported and limit the output to the given scope.
The hostname of the inspected system and the last modification
in local time are shown in the title of each scope section.</p>
-<h2 id="arguments">ARGUMENTS</h2>
+<h2 id="arguments">Arguments</h2>
<ul>
<li><code>NAME</code> (required):
Use specified system description.</li>
</ul>
-<h2 id="options">OPTIONS</h2>
+<h2 id="options">Options</h2>
<ul>
<li>
<p><code>-s SCOPE</code>, <code>--scope=SCOPE</code> (optional):
Limit output to the specified scope.
- See the <a href="#Scopes">Scope section</a> for more information.
+ See the <a href="../machinery_main_scopes.1/">Scope section</a> for more information.
If displaying information related to a scope fails, <code>show</code> will print an error message what has failed.
In case of an error, no content is displayed.</p>
</li>
<li>
<p><code>-e IGNORE-SCOPE</code>, <code>--ignore-scope=IGNORE-SCOPE</code> (optional):
Skip output of the specified scope.
- See the <a href="#Scopes">Scope section</a> for more information.</p>
+ See the <a href="../machinery_main_scopes.1/">Scope section</a> for more information.</p>
</li>
<li>
<p><code>--no-pager</code> (optional):
Do not pipe output into a pager.</p>
</li>
@@ -176,10 +183,10 @@
<li>
<p><code>--verbose</code> (optional):
Display the filters which were applied before showing the system description.</p>
</li>
</ul>
-<h2 id="examples">EXAMPLES</h2>
+<h2 id="examples">Examples</h2>
<ul>
<li>
<p>Show the system description taken from the last inspection, saved as <code>earth</code>:</p>
<p>$ <code>machinery</code> show earth</p>
</li>
\ No newline at end of file