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.

dhal ci

Run CI checks:
npx dhal ci
npx dhal ci --json

Configure CI policy

{
  "policy": {
    "ci": {
      "failOnModes": ["off"],
      "requireWebhookSigning": false,
      "requireNonMonitorRouteForRules": [],
      "disallowExpiredSuppressions": true
    }
  }
}

Example GitHub Actions step

- name: Verify Dhal policy
  run: npx dhal ci
Use dhal replay --fail-on-block alongside CI checks for false-positive protection.