2026-05-13 19:34:36 +02:00
|
|
|
# local-warehouse fixture
|
2026-05-10 23:12:26 +02:00
|
|
|
|
2026-05-13 19:34:36 +02:00
|
|
|
This directory is a contributor fixture for KTX CLI smoke tests. It uses the
|
|
|
|
|
internal fake ingest adapter so tests can run without a live database or
|
|
|
|
|
external service.
|
2026-05-10 23:12:26 +02:00
|
|
|
|
2026-05-13 19:34:36 +02:00
|
|
|
Normal users should build context with connection-centric ingest:
|
2026-05-10 23:12:26 +02:00
|
|
|
|
|
|
|
|
```bash
|
2026-05-13 19:34:36 +02:00
|
|
|
ktx ingest <connectionId>
|
|
|
|
|
ktx ingest --all
|
2026-05-10 23:12:26 +02:00
|
|
|
```
|
|
|
|
|
|
2026-05-13 19:34:36 +02:00
|
|
|
The public ingest workflow is documented in
|
|
|
|
|
`docs-site/content/docs/cli-reference/ktx-ingest.mdx` and
|
|
|
|
|
`docs-site/content/docs/guides/building-context.mdx`.
|