drupal-drush
Installation
SKILL.md
Drush Commands
Essential Daily Commands
drush cr # Clear all caches
drush cex -y # Export configuration
drush cim -y # Import configuration
drush updb -y # Run database updates
drush en module_name # Enable a module
drush pmu module_name # Uninstall a module
drush ws --severity=error # Watch error logs
drush ws --severity=error --count=20 # Last 20 errors
drush php:eval "code" # Run PHP inline
drush sql:dump > dump.sql # Database dump