Framework
SeedConfig
Seed configuration for a plugin.
Defines environment variables and setup logic.
| Property | Type | Description |
|---|
description? | string | Description of what this seed provides |
env? | { description: string; variables: Record<string, | string | { description: string; overwrite: boolean; value: string; }>; } | Environment variable configuration |
env.description? | string | Description shown when prompting for env vars |
env.variables? | Record<string, | string | { description: string; overwrite: boolean; value: string; }> | Variables to seed |
hook? | string | Path to custom seed hook (relative to plugin) |