API Reference
lean decrypt
Introduction
Decrypt your local project using the specified decryption key.
$ lean decrypt [OPTIONS] PROJECT
Description
Decrypts the files of the given local project using the specified decryption key.
Use the --key option to provide the path to the key file.
If you don't provide a key, the CLI uses the key stored in the project's Lean configuration file.
To encrypt a project, use lean encrypt.