ktx/examples/local-warehouse/README.md

17 lines
475 B
Markdown
Raw Normal View History

# local-warehouse fixture
2026-05-10 23:12:26 +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
Normal users should build context with connection-centric ingest:
2026-05-10 23:12:26 +02:00
```bash
ktx ingest <connectionId>
ktx ingest --all
2026-05-10 23:12:26 +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`.