Reference¶
Complete reference documentation for the dk CLI, manifest schemas, and configuration options.
Reference Guides¶
Manifest Schema¶
Full schema reference for dk.yaml and the manifest kinds (Transform, DataSet, Connector, Store).
Quick Reference¶
Common Commands¶
# Initialize a new package
dk init <name>
# Local development
dk dev up|down|status
# Validation
dk lint <path>
# Execution
dk run <path>
# Publishing
dk build <path>
dk publish <path>
# Promotion
dk promote <package> <version> --to <environment>
# Observability
dk status <package>
dk logs <package>
Manifest Files¶
| File | Purpose |
|---|---|
dk.yaml | Transform manifest — metadata, runtime, inputs, outputs, classification |
Environment Variables¶
| Variable | Description | Default |
|---|---|---|
DK_REGISTRY | OCI registry URL | ghcr.io |
DK_NAMESPACE | Default namespace | default |
DK_LOG_LEVEL | Log verbosity | info |
DK_OUTPUT_FORMAT | Output format | table |
Related Documentation¶
- Architecture - Platform architecture details
- Testing - Testing guide for the platform
- Contributing - Contribution guidelines