ddev_start
Starts a DDEV project environment, initializing and configuring web server and database containers for local development. Run from the project directory or specify project names.
Instructions
Start a DDEV project environment. Initializes and configures the web server and database containers. Run from project directory or pass project name(s). Usage: ddev start [projectname ...] [flags] Flags: -a/--all, -y/--skip-confirmation, --skip-hooks For full options: ddev help start
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skipHooks | No | Skip running start hooks | |
| projectPath | Yes | Path to the DDEV project directory | |
| skipConfirmation | No | Skip confirmation prompts |