API Reference
lean init
Description
Fills the current directory with all the files needed to get going. It'll create a Lean configuration file and a data directory containing some sample data. To view a full list of the created files, see Directory Structure.
Options
The lean init
command supports the following options:
Option | Description |
---|---|
--organization <string> | The name or id of the organization the Lean CLI will be scaffolded for |
-l, --language <enum: python|csharp> | The default language to use for new projects |
--verbose | Enable debug logging |
--help | Display the help text of the lean init command and exit |