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 CLI / Encrypted Project Decryption #368

Closed jaredbroad closed 9 months ago

jaredbroad commented 9 months ago

Support decrypting projects.

lean encrypt "My Project" --key=<<"file path" lean decrypt "My Project" --key=<<"file path"

lean cloud encrypt "My Project" --key=<<"file path" # Pull, encrypt, save(push) lean cloud decrypt "My Project" --key=<<"file path" # Pull, decrypt, save(push)

lean cloud pull/push "My Project" --encrypt --decrypt --encryption-key=<<"file path"

jaredbroad commented 9 months ago

@rjra2611 JA is working on Polygon integration. It would be super helpful if you could tackle this.