Scaffolds a lakeql.config.json file in the current directory. This config controls where generated code is placed.
If no src/ directory is detected, the CLI prompts you to choose or specify a source path. If src/ exists, it is used automatically.
Syntax #
1
2
lakeql-cli init
Usage #
1
2
lakeql-cli init
1
2
3
Detected src/ directory — generated code will be placed in src/
Created lakeql.config.json at /path/to/project/lakeql.config.json
If lakeql.config.json already exists, the CLI asks whether to overwrite it.
Options #
This command has no options.