> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ellomas.com/llms.txt
> Use this file to discover all available pages before exploring further.

# validate

> Validate generator configurations against schema.

# `seedling validate`

Validates generator configurations against a schema.

**Status:** This command is a stub and is not yet fully implemented.

## Usage

```bash theme={null}
seedling validate [options]
```

## 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
