LakeQL
Overview
  • Installation
Commands
  • init
  • pull
  • create-registry
  • list-schemas
  • list-tables
  • list-views
  • list-columns
  • create-endpoint
  • generate-import-config
Configuration
  • Environment Variables
  • Config File
GitHub
LakeQL
  1. CLI
  2. Commands
  3. init

On this page

  1. Syntax
  2. Usage
  3. Options

init

Initialize a lakeql.config.json configuration file in your project.

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.

Previous page

Commands

Next page

pull