CommandExecutorOptions Type — astro Architecture
Architecture documentation for the CommandExecutorOptions type/interface in definitions.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 26dd17d9_810d_e477_3695_de5f6afdee98["CommandExecutorOptions"] 9c9ad005_5047_eed5_c668_f454007551de["definitions.ts"] 26dd17d9_810d_e477_3695_de5f6afdee98 -->|defined in| 9c9ad005_5047_eed5_c668_f454007551de style 26dd17d9_810d_e477_3695_de5f6afdee98 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/cli/definitions.ts lines 30–36
export interface CommandExecutorOptions {
cwd?: string;
env?: Record<string, string | undefined>;
shell?: boolean;
input?: string;
stdio?: StdioOptions;
}
Defined In
Source
Frequently Asked Questions
What is the CommandExecutorOptions type?
CommandExecutorOptions is a type/interface in the astro codebase, defined in packages/astro/src/cli/definitions.ts.
Where is CommandExecutorOptions defined?
CommandExecutorOptions is defined in packages/astro/src/cli/definitions.ts at line 30.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free