Skip to content

Conversation

@rjra2611
Copy link
Member

@rjra2611 rjra2611 commented Oct 13, 2023

  • Add lean encrypt / lean decrypt commands: Encrypt / Decrypt files on disk
  • Update lean cloud pull
    • Add --encrypt flag: encrypt files from the cloud (if required) in memory and write to disk, update local project's encryption state
    • Add --decrypt flag: decrypt files from the cloud (if required) in memory and write to disk, update local project's encryption state
  • Update lean cloud push
    • Add --encrypt flag: encrypt local files (if required) in memory and push to cloud, update cloud project's encryption state
    • Add --decrypt flag: decrypt local files (if required) in memory and push to cloud, update cloud project's encryption state
  • Add Tests
  • Closes LEAN CLI / Encrypted Project Decryption #368

@rjra2611 rjra2611 force-pushed the feature-project-encryption branch from 7947cff to f01d23d Compare October 16, 2023 18:05
@rjra2611 rjra2611 force-pushed the feature-project-encryption branch from f9c3fa9 to c1bb8ab Compare October 17, 2023 13:11
Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 🙌

@Martin-Molinero Martin-Molinero merged commit 88b9e3d into QuantConnect:master Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LEAN CLI / Encrypted Project Decryption

2 participants