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 generate
The main command. Generates test data from a schema file and writes it to the specified output.
Usage
Flags
| Flag | Description | Default |
|---|---|---|
--count | Rows per root table | 100 |
--seed | Deterministic seed (0 = random) | 0 |
--schema | Schema file path | schema.yaml |
--output | Output file or directory | stdout |
--format | Output format (sql, csv, jsonl, parquet) | sql |
--batch-size | Rows per batch | 1000 |
--db | Direct database insert DSN | — |
--copy | Use COPY protocol (Postgres only) | false |
--truncate | TRUNCATE tables before inserting | false |
--generators | YAML generator overrides file | — |
--config | seedling.yaml config file | — |
--dry-run | Print plan without generating | false |
--parallel | Generate tables in parallel | false |
--verbose | Progress bars and summary | false |