manual/site/machinery-config.1/index.html in machinery-tool-1.21.0 vs manual/site/machinery-config.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,32 +137,32 @@
</ul>
</div>
<div class="content">
<h1 id="config-configure-machinery">config — Configure Machinery</h1>
-<h2 id="synopsis">SYNOPSIS</h2>
+<h2 id="synopsis">Synopsis</h2>
<p><code>machinery config</code></p>
<p><code>machinery config</code> KEY</p>
<p><code>machinery config</code> KEY=VALUE</p>
<p><code>machinery</code> help config</p>
-<h2 id="description">DESCRIPTION</h2>
+<h2 id="description">Description</h2>
<p>The <code>config</code> command shows or changes machinery's configuration.</p>
<p>If no arguments are passed the <code>config</code> command lists all configuration
entries and their values. If only the key is provided its value is shown.
If key and value are specified this configuration entry is set accordingly.</p>
<p>The configuration is stored in <code>~/.machinery/machinery.config</code>.</p>
-<h2 id="arguments">ARGUMENTS</h2>
+<h2 id="arguments">Arguments</h2>
<ul>
<li>
<p><code>KEY</code>:
Name of the configuration entry.</p>
</li>
<li>
<p><code>VALUE</code>:
Value of the configuration entry.</p>
</li>
</ul>
-<h2 id="examples">EXAMPLES</h2>
+<h2 id="examples">Examples</h2>
<ul>
<li>
<p>Turn off hints:</p>
<p>$ <code>machinery</code> config hints=off</p>
</li>
\ No newline at end of file