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 <value> | The name or Id of the organization to link with the workspace. |
--language <value> , -l <value> | The default language of new projects (python or csharp ). |
--verbose | Enable debug logging. |
--help | Display the help text of the lean init command and exit. |