dhal report
Generate a support report:
npx dhal report
npx dhal report --json
npx dhal report --output dhal.report.json
What the report includes
The report includes:
- package name;
- CLI name;
- config path;
- Node runtime;
- platform and architecture;
- config posture summary;
- environment variable presence checks;
- doctor results;
- CI findings;
- enabled rules.
What it avoids
The report does not include secret values.
Still, review before sharing because route names, enabled features, and policy posture can reveal operational details.
Public API
import { runDhalSupportReport } from "@rokadhq/dhal";
import { runDhalSupportReport } from "@rokadhq/dhal/report";