Home / Type/ CLICommand Type — astro Architecture

CLICommand Type — astro Architecture

Architecture documentation for the CLICommand type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  47af56f4_77a4_ecf5_56ff_b728686f0382["CLICommand"]
  0c4bed6a_6435_4d3c_5d6b_f506169521dd["index.ts"]
  47af56f4_77a4_ecf5_56ff_b728686f0382 -->|defined in| 0c4bed6a_6435_4d3c_5d6b_f506169521dd
  style 47af56f4_77a4_ecf5_56ff_b728686f0382 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/cli/index.ts lines 3–17

type CLICommand =
	| 'help'
	| 'version'
	| 'add'
	| 'create-key'
	| 'docs'
	| 'dev'
	| 'build'
	| 'preview'
	| 'db'
	| 'sync'
	| 'check'
	| 'info'
	| 'preferences'
	| 'telemetry';

Frequently Asked Questions

What is the CLICommand type?
CLICommand is a type/interface in the astro codebase, defined in packages/astro/src/cli/index.ts.
Where is CLICommand defined?
CLICommand is defined in packages/astro/src/cli/index.ts at line 3.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free