API Reference
lean encrypt
Introduction
Encrypt your local project using the specified encryption key.
$ lean encrypt [OPTIONS] PROJECT
Description
Encrypts the files of the given local project using the specified encryption 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 decrypt a project, use lean decrypt.