An open API service indexing awesome lists of open source software.

https://github.com/keyboardcowboy/drush-sync_tools

Drush commands to aid in syncing and preparing a local environment.
https://github.com/keyboardcowboy/drush-sync_tools

Last synced: 25 days ago
JSON representation

Drush commands to aid in syncing and preparing a local environment.

Awesome Lists containing this project

README

          

# Drush Sync Tools
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.