Skip to main content

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.

seedling validate

Validates generator configurations against a schema. Status: This command is a stub and is not yet fully implemented.

Usage

seedling validate [options]

Flags

FlagDescriptionDefault
--generatorsGenerator overrides file to validate
--dbDatabase 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