Documentation Index
Fetch the complete documentation index at: https://tommy-acf5e428.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
seedling watch
Watches schema and generator override files for changes and automatically regenerates test data.
Usage
Flags
| Flag | Description | Default |
|---|---|---|
--schema | Schema file to watch | schema.yaml |
--generators | Generator overrides file to watch | — |
--debounce | Debounce interval before regenerating | 2s |
Examples
Behavior
- Uses
fsnotifyto detect file changes - Changes are debounced to avoid rapid regeneration on partial writes
- On each change, the generation pipeline runs with the same count and seed used previously
- Errors during auto-generation are logged but do not stop the watcher