CLI Reference
seed
Load seed CSV files into the warehouse.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Load seed CSV files into the warehouse.
sqb --project-dir <path> seed [flags]
| Flag | Description |
|---|---|
--select, -s | Select specific seeds by name |
--exclude | Exclude specific seeds |
# Load all seeds
sqb seed
# Load a specific seed
sqb seed --select seed:waffle_types
