acquia / blt

Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

#4690 - Remove drush clear-cache drush from SyncCommand as drush doesn't have cache anymore #4698

Closed carolpettirossi closed 1 year ago

carolpettirossi commented 1 year ago

Motivation Fixes #4690

Proposed changes Removes the cache-clear drush from SyncCommand

Alternatives considered

Testing steps Create a Drupal project DO NOT install the database Configure BLT aliases, etc Run blt sync:drupal:db

danepowell commented 1 year ago

Thanks for the PR!