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 validate
Validates generator configurations against a schema.
Status: This command is a stub and is not yet fully implemented.
Usage
Flags
| Flag | Description | Default |
|---|---|---|
--generators | Generator overrides file to validate | — |
--db | Database DSN (for live validation) | — |
Planned Behavior
Once implemented,validate will:
- Check that all overridden columns exist in the schema
- Detect type mismatches between generators and column types
- Flag stale column references (columns that no longer exist)
- Verify that FK generators reference valid parent tables
- Report unused generator overrides as warnings