You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,21 @@ A locally-focused workflow (local development, local execution) with the CLI may
63
63
4. Run `lean research "Project Name"` to start a Jupyter Lab session to perform research in.
64
64
5. Run `lean backtest "Project Name"` to run a backtest whenever there's something to test. This runs your strategy in a Docker container containing the same packages as the ones used on QuantConnect.com, but with your own data.
65
65
66
+
## CLI Configurations
67
+
68
+
The following CLI configurations are available. Use the [`lean config list`](#lean-config-list) command to list them at any time.
69
+
70
+
<!-- configuration table start -->
71
+
| Key | Description |
72
+
| --- | --- |
73
+
|`user-id`| The user id used when making authenticated requests to the QuantConnect API. |
74
+
|`api-token`| The API token used when making authenticated requests to the QuantConnect API. |
75
+
|`default-language`| The default language used when creating new projects (allowed values: python, csharp). |
76
+
|`engine-image`| The Docker image used when running the LEAN engine (quantconnect/lean:latest if not set). |
77
+
|`research-image`| The Docker image used when running the research environment (quantconnect/research:latest if not set). |
78
+
|`database-update-frequency`| How often the databases are updated. The format is DD.HH:MM:SS. If the frequency is less than a day can just be HH:MM:SS. Update can be disabled by setting this option to a non-date value (-, _, ..., etc.). If unset, default value is 1 day |
79
+
<!-- configuration table end -->
80
+
66
81
## Commands
67
82
68
83
*Note: the readme only contains the `--help` text of all commands. Visit the [documentation website](https://www.lean.io/docs/v2/lean-cli/key-concepts/getting-started) for more comprehensive documentation.*
0 commit comments