Drush Scripts
You can write scripts for your site to retrieve information or execute a function. Drush will bootstrap Drupal before running...
You can write scripts for your site to retrieve information or execute a function. Drush will bootstrap Drupal before running...
Learning to use Drush can really speed up your development and management of Drupal sites.
Running drush
will give you a list...
Matt Glaman's guide for writing Drush commands using attributes
Drush.yml configuration.
When you change your image styles for existing images, you need to regenerate them or else the old styles will still be visible...
Create a command that uses drush sql-sync to import a prod db to a local multisite installation.
*You must have the @remote.SITE and @local.SITE drush aliases set up.
tooling:
db-sync:
service: appserver
cmd: site=${0} && drush sql-sync @remote.${site} @local.${site}
To use: lando db-sync SITE