Skip to content

DDEV Commands

Kanopi DDEV add-ons provide custom commands for theme builds, database management, testing, and more.

See Kanopi Tools Overview for complete list of DDEV commands.

Quick Reference

Theme Development

ddev theme-build      # Production build
ddev theme-watch      # Development mode
ddev theme-install    # Install dependencies

Database

ddev db-refresh       # Pull from Pantheon
ddev db-rebuild       # Rebuild from scratch

Testing

ddev cypress-run      # E2E tests
ddev critical-run     # Critical CSS tests