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
(defaultall
)--debounce <ms>
: debounce milliseconds (default200
)--json
: emit structured JSON logs