dhal presets
List presets:
npx dhal presets
Show a preset:
npx dhal presets show starter
npx dhal presets show api-production --json
Apply to output file:
npx dhal presets apply api-production --output dhal.production.json
Write to dhal.json:
npx dhal presets apply auth-hardened --write
Recommendation
Do not apply presets blindly. Generate an output file, review changes, then merge.