Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dhal.rokad.co/llms.txt

Use this file to discover all available pages before exploring further.

schema and migrate

Export schema

npx dhal schema dhal.schema.json
This writes the Dhal config JSON Schema.

Migrate config

npx dhal migrate dhal.json dhal.migrated.json
Use migration to normalize older config into the current shape.

Validate after migration

npx dhal test-config --config dhal.migrated.json
npx dhal doctor --config dhal.migrated.json