QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
191 stars 100 forks source link

`Lean Cloud Push` should only encrypt the primary project and not the associated library project - Same as Local Platform #385

Closed rjra2611 closed 7 months ago

rjra2611 commented 7 months ago

The command receives the encryption action and keys but when pushing the project, we also push the associated library projects with it. The encryption info was getting passed to the library projects during their push action for which the API rejects as per the standard encryption checks.

This PR fixes the issue by only encrypting the primary project and not library projects associated with it.

Sanity Tested Locally

image