fix(cli): simplify setup flags and agents tty handling

This commit is contained in:
Andrey Avtomonov 2026-05-19 18:38:44 +02:00
parent 7cec0041eb
commit 86cf240540
18 changed files with 249 additions and 148 deletions

View file

@ -216,10 +216,11 @@ For repeatable fixtures and automation, skip prompts with flags:
ktx setup \
--project-dir ./analytics \
--no-input \
--yes \
--skip-llm \
--skip-embeddings \
--database postgres \
--new-database-connection-id warehouse \
--database-connection-id warehouse \
--database-url env:DATABASE_URL \
--database-schema public
```