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.

Versioning

Dhal is pre-1.0.

Alpha versions

Alpha releases use versions like:
0.11.0-alpha.0
Install exact alpha:
npm install @rokadhq/dhal@0.11.0-alpha.0
Install alpha dist-tag:
npm install @rokadhq/dhal@alpha

Next versions

Use next for active pre-stable releases that are not default latest.
npm install @rokadhq/dhal@next

Latest

Use latest only for the version you want most users to install by default.

Upgrade discipline

During alpha:
  • pin exact versions in production;
  • read changelog before updating;
  • run dhal migrate if config shape changes;
  • run dhal doctor, dhal rules, dhal replay, and dhal ci after upgrade.