keyboardcowboy / drush-sync_tools
Drush commands to aid in syncing and preparing a local environment.
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:drupal-drush
Requires
- php: >=5.3.0
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-10-26 17:29:42 UTC
README
Drush commands to aid in syncing and preparing a local environment.
drush reset
Runs the basic drush commands to reset your working copy for a new feature branch without syncing a new database.
drush sync-to-local (stl)
Syncs the database from a given aliased site and runs the necessary commands to prepare for development on a new feature branch.
drush truncate-table (tt)
Truncates a table or multiple tables by comma-separated list or pattern.