Usage
Options
| Option | Description | Default |
|---|---|---|
--out-dir <dir> | Output directory for generated artifacts | .devgraph |
--force | Bypass the shrink guard | false |
--debounce <ms> | Debounce time for filesystem events | 300 |
--help | Show help |
What Watch Does
devgraph watch runs an initial build, then watches the repo for file changes.
When files change it:
- debounces the event stream
- reruns the same sync engine used by
devgraph build - updates changed per-file artifacts in
.devgraph/cache/ - rewrites
manifest.jsonandgraph.json