Skip to content

Commit

Permalink
update command manual to v0.141.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and metaclips committed Nov 14, 2024
1 parent 7416181 commit 6073c0d
Show file tree
Hide file tree
Showing 190 changed files with 45,419 additions and 18 deletions.
4 changes: 2 additions & 2 deletions manual/ockam-influxdb-inlet-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ <h3 id="options"><a class="header" href="#options">Options</a></h3>
Disable fallback to TCP. TCP won't be used to transfer data between the Inlet and the Outlet</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
<li>
<p><code>--tls</code> (optional)<br/>
Expand Down
4 changes: 2 additions & 2 deletions manual/ockam-influxdb-outlet-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ <h3 id="options"><a class="header" href="#options">Options</a></h3>
Policy expression that will be used for access control to the TCP Outlet. If you don't provide it, the policy set for the "tcp-outlet" resource type will be used</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
<li>
<p><code>--fixed-token [FIXED_TOKEN]</code> (optional)</p>
Expand Down
4 changes: 4 additions & 0 deletions manual/ockam-node-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ <h3 id="options"><a class="header" href="#options">Options</a></h3>
Key-value pairs defining environment variables used in the Node configuration. The variables passed here will have precedence over global environment variables. This argument can be used multiple times, each time adding a new key-value pair. Example: <code>--variable KEY1=VALUE1 --variable KEY2=VALUE2</code></p>
</li>
<li>
<p><code>--started-from-configuration</code> (optional)<br/>
A flag used internally to indicate that the node was started from a configuration file</p>
</li>
<li>
<p><code>-f</code>, <code>--foreground</code> (optional)<br/>
Run the node in foreground mode. This will block the current process until the node receives an exit signal (e.g., SIGINT, SIGTERM, CTRL+C, EOF)</p>
</li>
Expand Down
4 changes: 2 additions & 2 deletions manual/ockam-tcp-inlet-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ <h3 id="options"><a class="header" href="#options">Options</a></h3>
Disable fallback to TCP. TCP won't be used to transfer data between the Inlet and the Outlet</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
<li>
<p><code>--tls</code> (optional)<br/>
Expand Down
4 changes: 2 additions & 2 deletions manual/ockam-tcp-outlet-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ <h3 id="options"><a class="header" href="#options">Options</a></h3>
Policy expression that will be used for access control to the TCP Outlet. If you don't provide it, the policy set for the "tcp-outlet" resource type will be used</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
</ul>
<h3 id="examples"><a class="header" href="#examples">Examples</a></h3>
Expand Down
20 changes: 12 additions & 8 deletions manual/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,10 @@ <h3 id="options-33"><a class="header" href="#options-33">Options</a></h3>
Key-value pairs defining environment variables used in the Node configuration. The variables passed here will have precedence over global environment variables. This argument can be used multiple times, each time adding a new key-value pair. Example: <code>--variable KEY1=VALUE1 --variable KEY2=VALUE2</code></p>
</li>
<li>
<p><code>--started-from-configuration</code> (optional)<br/>
A flag used internally to indicate that the node was started from a configuration file</p>
</li>
<li>
<p><code>-f</code>, <code>--foreground</code> (optional)<br/>
Run the node in foreground mode. This will block the current process until the node receives an exit signal (e.g., SIGINT, SIGTERM, CTRL+C, EOF)</p>
</li>
Expand Down Expand Up @@ -2075,8 +2079,8 @@ <h3 id="options-50"><a class="header" href="#options-50">Options</a></h3>
Policy expression that will be used for access control to the TCP Outlet. If you don't provide it, the policy set for the "tcp-outlet" resource type will be used</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
</ul>
<h3 id="examples-48"><a class="header" href="#examples-48">Examples</a></h3>
Expand Down Expand Up @@ -2250,8 +2254,8 @@ <h3 id="options-54"><a class="header" href="#options-54">Options</a></h3>
Disable fallback to TCP. TCP won't be used to transfer data between the Inlet and the Outlet</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
<li>
<p><code>--tls</code> (optional)<br/>
Expand Down Expand Up @@ -2407,8 +2411,8 @@ <h3 id="options-58"><a class="header" href="#options-58">Options</a></h3>
Disable fallback to TCP. TCP won't be used to transfer data between the Inlet and the Outlet</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
<li>
<p><code>--tls</code> (optional)<br/>
Expand Down Expand Up @@ -2471,8 +2475,8 @@ <h3 id="options-59"><a class="header" href="#options-59">Options</a></h3>
Policy expression that will be used for access control to the TCP Outlet. If you don't provide it, the policy set for the "tcp-outlet" resource type will be used</p>
</li>
<li>
<p><code>--ebpf</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_EBPF</code> env variable is set to 1, this argument will be <code>true</code></p>
<p><code>--privileged</code> (optional)<br/>
Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If <code>OCKAM_PRIVILEGED</code> env variable is set to 1, this argument will be <code>true</code></p>
</li>
<li>
<p><code>--fixed-token [FIXED_TOKEN]</code> (optional)</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual/searchindex.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions manual/v0.141.0/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file makes sure that Github Pages doesn't process mdBook's output.
219 changes: 219 additions & 0 deletions manual/v0.141.0/404.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions manual/v0.141.0/FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6073c0d

Please sign in to comment.