-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7aeef0
commit 7c302ee
Showing
192 changed files
with
297 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,3 +92,7 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<!-- Missing options: | ||
--backtest-name | ||
--extra-docker-config | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions
7
05 Lean CLI/99 API Reference/08 lean cloud object-store/01 Introduction.html
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
05 Lean CLI/99 API Reference/08 lean cloud object-store/02 Commands.html
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
05 Lean CLI/99 API Reference/08 lean cloud object-store/03 Options.html
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
05 Lean CLI/99 API Reference/08 lean cloud object-store/metadata.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,8 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<!-- Missing options: | ||
--encrypt | ||
--decrypt | ||
--key | ||
--> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,8 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<!-- Missing options: | ||
--encrypt | ||
--decrypt | ||
--key | ||
--> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,6 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<!-- Missing options: | ||
--lean-config | ||
--> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
05 Lean CLI/99 API Reference/24 lean decrypt/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<p>Decrypt your local project using the specified decryption key.</p> | ||
<div class="cli section-example-container"> | ||
<pre>$ lean decrypt [OPTIONS] PROJECT</pre> | ||
</div> |
23 changes: 23 additions & 0 deletions
23
05 Lean CLI/99 API Reference/24 lean decrypt/03 Options.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<p>The <code>lean decrypt</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>--key FILE</code></td> | ||
<td>Path to the decryption key to use</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--verbose</code></td> | ||
<td>Enable debug logging</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--help</code></td> | ||
<td>Show this message and exit.</td> | ||
</tr> | ||
</tbody> | ||
</table> |
12 changes: 12 additions & 0 deletions
12
05 Lean CLI/99 API Reference/24 lean decrypt/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "metadata", | ||
"values": { | ||
"description": "API reference for the command `lean decrypt` in command line console.", | ||
"keywords": "lean cli, api, api reference, command, command line, lean decrypt", | ||
"og:description": "API reference for the command `lean decrypt` in command line console.", | ||
"og:title": "lean decrypt - Documentation QuantConnect.com", | ||
"og:type": "website", | ||
"og:site_name": "{key} - QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/lean-cli/api-reference/lean-decrypt.png" | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
05 Lean CLI/99 API Reference/26 lean encrypt/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<p>Encrypt your local project using the specified encryption key.</p> | ||
<div class="cli section-example-container"> | ||
<pre>$ lean encrypt [OPTIONS] PROJECT</pre> | ||
</div> |
23 changes: 23 additions & 0 deletions
23
05 Lean CLI/99 API Reference/26 lean encrypt/03 Options.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<p>The <code>lean encrypt</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>--key FILE</code></td> | ||
<td>Path to the encryption key to use</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--verbose</code></td> | ||
<td>Enable debug logging</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--help</code></td> | ||
<td>Show this message and exit.</td> | ||
</tr> | ||
</tbody> | ||
</table> |
12 changes: 12 additions & 0 deletions
12
05 Lean CLI/99 API Reference/26 lean encrypt/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "metadata", | ||
"values": { | ||
"description": "API reference for the command `lean encrypt` in command line console.", | ||
"keywords": "lean cli, api, api reference, command, command line, lean encrypt", | ||
"og:description": "API reference for the command `lean encrypt` in command line console.", | ||
"og:title": "lean encrypt - Documentation QuantConnect.com", | ||
"og:type": "website", | ||
"og:site_name": "{key} - QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/lean-cli/api-reference/lean-encrypt.png" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<!-- Missing options: | ||
--show-secrets | ||
--> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions
7
05 Lean CLI/99 API Reference/40 lean object-store/01 Introduction.html
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
05 Lean CLI/99 API Reference/40 lean object-store/02 Commands.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
05 Lean CLI/99 API Reference/40 lean object-store/03 Options.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
05 Lean CLI/99 API Reference/41 lean object-store delete/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<p>Opens the local storage directory in the file explorer.</p> | ||
<div class="cli section-example-container"> | ||
<pre>$ lean object-store delete [OPTIONS]</pre> | ||
</div> |
19 changes: 19 additions & 0 deletions
19
05 Lean CLI/99 API Reference/41 lean object-store delete/03 Options.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<p>The <code>lean object-store delete</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>--verbose</code></td> | ||
<td>Enable debug logging</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--help</code></td> | ||
<td>Show this message and exit.</td> | ||
</tr> | ||
</tbody> | ||
</table> |
12 changes: 12 additions & 0 deletions
12
05 Lean CLI/99 API Reference/41 lean object-store delete/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "metadata", | ||
"values": { | ||
"description": "API reference for the command `lean object-store delete` in command line console.", | ||
"keywords": "lean cli, api, api reference, command, command line, lean object-store delete", | ||
"og:description": "API reference for the command `lean object-store delete` in command line console.", | ||
"og:title": "lean object-store delete - Documentation QuantConnect.com", | ||
"og:type": "website", | ||
"og:site_name": "{key} - QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/lean-cli/api-reference/lean-object-store-delete.png" | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
05 Lean CLI/99 API Reference/42 lean object-store get/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<p>Opens the local storage directory in the file explorer.</p> | ||
<div class="cli section-example-container"> | ||
<pre>$ lean object-store get [OPTIONS]</pre> | ||
</div> |
19 changes: 19 additions & 0 deletions
19
05 Lean CLI/99 API Reference/42 lean object-store get/03 Options.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<p>The <code>lean object-store get</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>--verbose</code></td> | ||
<td>Enable debug logging</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--help</code></td> | ||
<td>Show this message and exit.</td> | ||
</tr> | ||
</tbody> | ||
</table> |
Oops, something went wrong.