@@ -75,6 +75,11 @@ A locally-focused workflow (local development, local execution) with the CLI may
7575-  [ ` lean cloud live deploy ` ] ( #lean-cloud-live-deploy ) 
7676-  [ ` lean cloud live liquidate ` ] ( #lean-cloud-live-liquidate ) 
7777-  [ ` lean cloud live stop ` ] ( #lean-cloud-live-stop ) 
78+ -  [ ` lean cloud object-store delete ` ] ( #lean-cloud-object-store-delete ) 
79+ -  [ ` lean cloud object-store get ` ] ( #lean-cloud-object-store-get ) 
80+ -  [ ` lean cloud object-store list ` ] ( #lean-cloud-object-store-list ) 
81+ -  [ ` lean cloud object-store ls ` ] ( #lean-cloud-object-store-ls ) 
82+ -  [ ` lean cloud object-store set ` ] ( #lean-cloud-object-store-set ) 
7883-  [ ` lean cloud optimize ` ] ( #lean-cloud-optimize ) 
7984-  [ ` lean cloud pull ` ] ( #lean-cloud-pull ) 
8085-  [ ` lean cloud push ` ] ( #lean-cloud-push ) 
@@ -101,6 +106,11 @@ A locally-focused workflow (local development, local execution) with the CLI may
101106-  [ ` lean login ` ] ( #lean-login ) 
102107-  [ ` lean logout ` ] ( #lean-logout ) 
103108-  [ ` lean logs ` ] ( #lean-logs ) 
109+ -  [ ` lean object-store delete ` ] ( #lean-object-store-delete ) 
110+ -  [ ` lean object-store get ` ] ( #lean-object-store-get ) 
111+ -  [ ` lean object-store list ` ] ( #lean-object-store-list ) 
112+ -  [ ` lean object-store ls ` ] ( #lean-object-store-ls ) 
113+ -  [ ` lean object-store set ` ] ( #lean-object-store-set ) 
104114-  [ ` lean optimize ` ] ( #lean-optimize ) 
105115-  [ ` lean project-create ` ] ( #lean-project-create ) 
106116-  [ ` lean project-delete ` ] ( #lean-project-delete ) 
@@ -374,6 +384,88 @@ Options:
374384
375385_ See code: [ lean/commands/cloud/live/stop.py] ( lean/commands/cloud/live/stop.py ) _ 
376386
387+ ### ` lean cloud object-store delete `  
388+ 
389+ Delete a value from the organization's cloud object store.
390+ 
391+ ``` 
392+ Usage: lean cloud object-store delete [OPTIONS] KEY 
393+ 
394+   Delete a value from the organization's cloud object store. 
395+ 
396+ Options: 
397+   --verbose  Enable debug logging 
398+   --help     Show this message and exit. 
399+ ``` 
400+ 
401+ _ See code: [ lean/commands/cloud/object_store/delete.py] ( lean/commands/cloud/object_store/delete.py ) _ 
402+ 
403+ ### ` lean cloud object-store get `  
404+ 
405+ Get a value from the organization's cloud object store.
406+ 
407+ ``` 
408+ Usage: lean cloud object-store get [OPTIONS] KEY 
409+ 
410+   Get a value from the organization's cloud object store. 
411+ 
412+ Options: 
413+   --verbose  Enable debug logging 
414+   --help     Show this message and exit. 
415+ ``` 
416+ 
417+ _ See code: [ lean/commands/cloud/object_store/get.py] ( lean/commands/cloud/object_store/get.py ) _ 
418+ 
419+ ### ` lean cloud object-store list `  
420+ 
421+ List all values for the given root key in the organization's cloud object store.
422+ 
423+ ``` 
424+ Usage: lean cloud object-store list [OPTIONS] [KEY] 
425+ 
426+   List all values for the given root key in the organization's cloud object store. 
427+ 
428+ Options: 
429+   --verbose  Enable debug logging 
430+   --help     Show this message and exit. 
431+ ``` 
432+ 
433+ _ See code: [ lean/commands/cloud/object_store/list.py] ( lean/commands/cloud/object_store/list.py ) _ 
434+ 
435+ ### ` lean cloud object-store ls `  
436+ 
437+ Alias for 'list'
438+ 
439+ ``` 
440+ Usage: lean cloud object-store ls [OPTIONS] [KEY] 
441+ 
442+   List all values for the given root key in the organization's cloud object store. 
443+ 
444+ Options: 
445+   --verbose  Enable debug logging 
446+   --help     Show this message and exit. 
447+ ``` 
448+ 
449+ _ See code: [ lean/commands/cloud/object_store/ls.py] ( lean/commands/cloud/object_store/ls.py ) _ 
450+ 
451+ ### ` lean cloud object-store set `  
452+ 
453+ Sets the data to the given key in the organization's cloud object store.
454+ 
455+ ``` 
456+ Usage: lean cloud object-store set [OPTIONS] KEY PATH 
457+ 
458+   Sets the data to the given key in the organization's cloud object store. 
459+ 
460+   :param key: The key to set the data to. :param path: Path to the file containing the object data. 
461+ 
462+ Options: 
463+   --verbose  Enable debug logging 
464+   --help     Show this message and exit. 
465+ ``` 
466+ 
467+ _ See code: [ lean/commands/cloud/object_store/set.py] ( lean/commands/cloud/object_store/set.py ) _ 
468+ 
377469### ` lean cloud optimize `  
378470
379471Optimize a project in the cloud.
@@ -638,7 +730,7 @@ Usage: lean data generate [OPTIONS]
638730Options: 
639731  --start [yyyyMMdd]              Start date for the data to generate in yyyyMMdd format  [required] 
640732  --end [yyyyMMdd]                End date for the data to generate in yyyyMMdd format (defaults to today) 
641-   --symbol-count INTEGER RANGE    The number of symbols to generate data for  [x>=0; required ] 
733+   --symbol-count INTEGER RANGE    The number of symbols to generate data for  [x>=0] 
642734  --tickers TEXT                  Comma separated list of tickers to use for generated data 
643735  --security-type [Equity|Forex|Cfd|Future|Crypto|Option] 
644736                                  The security type to generate data for (defaults to Equity) 
@@ -648,6 +740,31 @@ Options:
648740                                  The density of the generated data (defaults to Dense) 
649741  --include-coarse BOOLEAN        Whether coarse universe data should be generated for Equity data (defaults to True) 
650742  --market TEXT                   The market to generate data for (defaults to standard market for the security type) 
743+   --quote-trade-ratio FLOAT       The ratio of generated quotes to generated trades. Values larger than 1 mean more 
744+                                   quotes than trades. Only used for Option, Future and Crypto (defaults to 1) 
745+   --random-seed INTEGER RANGE     The random number generator seed. Defaults to None, which means no seed will be used 
746+                                   [x>=0] 
747+   --ipo-percentage FLOAT          The probability each equity generated will have an IPO event. Note that this is not 
748+                                   the total probability for all symbols generated. Only used for Equity (defaults to 
749+                                   5.0) 
750+   --rename-percentage FLOAT       The probability each equity generated will have a rename event. Note that this is not 
751+                                   the total probability for all symbols generated. Only used for Equity (defaults to 
752+                                   30.0) 
753+   --splits-percentage FLOAT       The probability each equity generated will have a stock split event. Note that this is 
754+                                   not the total probability for all symbols generated. Only used for Equity (defaults to 
755+                                   15.0) 
756+   --dividends-percentage FLOAT    The probability each equity generated will have dividends. Note that this is not the 
757+                                   probability for all symbols genearted. Only used for Equity (defaults to 60.0) 
758+   --dividend-every-quarter-percentage FLOAT 
759+                                   The probability each equity generated will have a dividend event every quarter. Note 
760+                                   that this is not the total probability for all symbols generated. Only used for Equity 
761+                                   (defaults to 30.0) 
762+   --option-price-engine TEXT      The stochastic process, and returns new pricing engine to run calculations for that 
763+                                   option (defaults to BaroneAdesiWhaleyApproximationEngine) 
764+   --volatility-model-resolution [Tick|Second|Minute|Hour|Daily] 
765+                                   The volatility model period span (defaults to Daily) 
766+   --chain-symbol-count INTEGER RANGE 
767+                                   The size of the option chain (defaults to 10)  [x>=0] 
651768  --image TEXT                    The LEAN engine image to use (defaults to quantconnect/lean:latest) 
652769  --update                        Pull the LEAN engine image before running the generator 
653770  --lean-config FILE              The Lean configuration file that should be used (defaults to the nearest lean.json) 
@@ -1129,6 +1246,86 @@ Options:
11291246
11301247_ See code: [ lean/commands/logs.py] ( lean/commands/logs.py ) _ 
11311248
1249+ ### ` lean object-store delete `  
1250+ 
1251+ Opens the local storage directory in the file explorer.
1252+ 
1253+ ``` 
1254+ Usage: lean object-store delete [OPTIONS] 
1255+ 
1256+   Opens the local storage directory in the file explorer. 
1257+ 
1258+ Options: 
1259+   --verbose  Enable debug logging 
1260+   --help     Show this message and exit. 
1261+ ``` 
1262+ 
1263+ _ See code: [ lean/commands/object_store/delete.py] ( lean/commands/object_store/delete.py ) _ 
1264+ 
1265+ ### ` lean object-store get `  
1266+ 
1267+ Opens the local storage directory in the file explorer.
1268+ 
1269+ ``` 
1270+ Usage: lean object-store get [OPTIONS] 
1271+ 
1272+   Opens the local storage directory in the file explorer. 
1273+ 
1274+ Options: 
1275+   --verbose  Enable debug logging 
1276+   --help     Show this message and exit. 
1277+ ``` 
1278+ 
1279+ _ See code: [ lean/commands/object_store/get.py] ( lean/commands/object_store/get.py ) _ 
1280+ 
1281+ ### ` lean object-store list `  
1282+ 
1283+ Opens the local storage directory in the file explorer.
1284+ 
1285+ ``` 
1286+ Usage: lean object-store list [OPTIONS] 
1287+ 
1288+   Opens the local storage directory in the file explorer. 
1289+ 
1290+ Options: 
1291+   --verbose  Enable debug logging 
1292+   --help     Show this message and exit. 
1293+ ``` 
1294+ 
1295+ _ See code: [ lean/commands/object_store/list.py] ( lean/commands/object_store/list.py ) _ 
1296+ 
1297+ ### ` lean object-store ls `  
1298+ 
1299+ Alias for 'list'
1300+ 
1301+ ``` 
1302+ Usage: lean object-store ls [OPTIONS] 
1303+ 
1304+   Opens the local storage directory in the file explorer. 
1305+ 
1306+ Options: 
1307+   --verbose  Enable debug logging 
1308+   --help     Show this message and exit. 
1309+ ``` 
1310+ 
1311+ _ See code: [ lean/commands/object_store/ls.py] ( lean/commands/object_store/ls.py ) _ 
1312+ 
1313+ ### ` lean object-store set `  
1314+ 
1315+ Opens the local storage directory in the file explorer.
1316+ 
1317+ ``` 
1318+ Usage: lean object-store set [OPTIONS] 
1319+ 
1320+   Opens the local storage directory in the file explorer. 
1321+ 
1322+ Options: 
1323+   --verbose  Enable debug logging 
1324+   --help     Show this message and exit. 
1325+ ``` 
1326+ 
1327+ _ See code: [ lean/commands/object_store/set.py] ( lean/commands/object_store/set.py ) _ 
1328+ 
11321329### ` lean optimize `  
11331330
11341331Optimize a project's parameters locally using Docker.
0 commit comments