drush
Installation
SKILL.md
Drush CLI Reference
Command-line interface for Drupal site management. Drush runs in the Drupal bootstrap context, giving full access to the Drupal API.
Command Structure
All commands follow: drush <command> [arguments] [--options]
Most commands have short aliases. Use drush list to see all available commands, drush <command> --help for details.
In DDEV: Prefix with ddev (e.g., ddev drush cr).