Skip to content

Commit

Permalink
Code generated by Lean-CLI-API-Reference-Code-Generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub authored and AlexCatarino committed Dec 20, 2024
1 parent 261fa2a commit 5e535b4
Show file tree
Hide file tree
Showing 32 changed files with 79 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 05 Lean CLI/99 API Reference/00.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"54": "",
"55": "",
"56": "",
"57": ""
"57": "",
"58": ""
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<p>Add private cloud compute</p>
<div class="cli section-example-container">
<pre>$ lean private-cloud add-compute [OPTIONS]</pre>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<p>The <code>lean private-cloud add-compute</code> command supports the following options:</p>
<table class="table qc-table">
<thead>
<tr>
<th>Option</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td nowrap><code>--token &lt;string&gt;</code></td>
<td>The master server token</td>
</tr>
<tr>
<td nowrap><code>--master-domain, --master-ip &lt;string&gt;</code></td>
<td>The master server domain</td>
</tr>
<tr>
<td nowrap><code>--master-port &lt;integer&gt;</code></td>
<td>The master server port</td>
</tr>
<tr>
<td nowrap><code>--slave-domain, --slave-ip &lt;string&gt;</code></td>
<td>The slave server domain</td>
</tr>
<tr>
<td nowrap><code>--update</code></td>
<td>Pull the latest image before starting</td>
</tr>
<tr>
<td nowrap><code>--no-update</code></td>
<td>Do not update to the latest version</td>
</tr>
<tr>
<td nowrap><code>--compute &lt;string&gt;</code></td>
<td>Compute configuration to use</td>
</tr>
<tr>
<td nowrap><code>--extra-docker-config &lt;string&gt;</code></td>
<td>Extra docker configuration as a JSON string</td>
</tr>
<tr>
<td nowrap><code>--stop</code></td>
<td>Stop any existing deployment</td>
</tr>
<tr>
<td nowrap><code>--lean-config &lt;file&gt;</code></td>
<td>The Lean configuration file that should be used (defaults to the nearest lean.json)</td>
</tr>
<tr>
<td nowrap><code>--verbose</code></td>
<td>Enable debug logging</td>
</tr>
<tr>
<td nowrap><code>--help</code></td>
<td>Display the help text of the <code>lean private-cloud add-compute</code> command and exit</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "metadata",
"values": {
"description": "API reference for the command `lean private-cloud add-compute` in command line console.",
"keywords": "lean cli, api, api reference, command, command line, lean private-cloud add-compute",
"og:description": "API reference for the command `lean private-cloud add-compute` in command line console.",
"og:title": "lean private-cloud add-compute - Documentation QuantConnect.com",
"og:type": "website",
"og:site_name": "lean private-cloud add-compute - QuantConnect.com",
"og:image": "https://cdn.quantconnect.com/docs/i/lean-cli/api-reference/lean-private-cloud-add-compute.png"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<td>The master server token</td>
</tr>
<tr>
<td nowrap><code>--master-domain &lt;string&gt;</code></td>
<td nowrap><code>--master-domain, --master-ip &lt;string&gt;</code></td>
<td>The master server domain</td>
</tr>
<tr>
<td nowrap><code>--master-port &lt;integer&gt;</code></td>
<td>The master server port</td>
</tr>
<tr>
<td nowrap><code>--slave-domain &lt;string&gt;</code></td>
<td nowrap><code>--slave-domain, --slave-ip &lt;string&gt;</code></td>
<td>The slave server domain</td>
</tr>
<tr>
Expand Down

0 comments on commit 5e535b4

Please sign in to comment.