lf init
Creates a project config in the current directory. Use --atlas <key> to download an AI Atlas template directly, --url <URL> to download from a public ZIP URL, --empty to only initialize the config file, or run without arguments for an interactive setup.
Usage
lf init [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--atlas |
text | An AI Atlas template key to initialize (e.g. some-template). |
|
--url, -u |
text | A public URL to a ZIP file containing a template. | |
--empty, -e |
boolean | Only initialize the project config, without a template. | False |