Skip to content
/ drush-bulk Public

PHP cli scripts to perform bulk tasks across drush aliases

License

Notifications You must be signed in to change notification settings

gwa/drush-bulk

Repository files navigation

A collection of bulk drush operations.

Prerequisites

  • PHP and Drush installed in your path.
  • A number of drush aliases you want to perform bulk operations on.

Setup

  • Clone repo to local machine.
  • Copy alias.example.php to alias.php.
  • Edit, adding your aliases.

Run a task

The following will rebuild the cache on all aliases in the my-group group listed in config/aliases.php:

php -f index.php my-group cache-rebuild

About

PHP cli scripts to perform bulk tasks across drush aliases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages