Initialize a new local directory for LLM export.
kbc llm init [flags]
The command must be run in an empty directory.
This command creates the local manifest and metadata directory (.keboola/) without pulling any data from Keboola Connection.
Use kbc llm export after initialization to generate the AI-optimized project data.
If the command is run without options, it will start an interactive dialog asking for:
connection.keboola.com.-H, --storage-api-host <string>-t, --storage-api-token <string>-b, --branches <string>--allow-target-envKBC_PROJECT_ID and KBC_BRANCH_ID environment variables for future operations➜ kbc llm init
Please enter the Keboola Storage API host, e.g., "connection.keboola.com".
? API host: connection.north-europe.azure.keboola.com
Please enter the Keboola Storage API token. Its value will be hidden.
? API token: ***************************************************
Please select which project's branches you want to use with this CLI.
? Allowed project's branches: only main branch
Created metadata directory ".keboola".
Created manifest file ".keboola/manifest.json".
Created file ".env.local" - it contains the API token, keep it local and secret.
Created file ".env.dist" - an ".env.local" template.
Created file ".gitignore" - to keep ".env.local" local.