Skip to content

Watch

Watch schema (and template paths) and regenerate on changes.

Usage:

bash
pnpm dlx @drzl/cli watch -c drzl.config.ts --pipeline all --debounce 200 [--json]
bash
npx @drzl/cli watch -c drzl.config.ts --pipeline all --debounce 200 [--json]
bash
yarn dlx @drzl/cli watch -c drzl.config.ts --pipeline all --debounce 200 [--json]
bash
bunx @drzl/cli watch -c drzl.config.ts --pipeline all --debounce 200 [--json]

Options:

  • -c, --config <path>
  • --pipeline <name>: all | analyze | generate-orpc (default all)
  • --debounce <ms>: debounce milliseconds (default 200)
  • --json: emit structured JSON logs