keyboardcowboy/drush-sync_tools

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

Maintainers

Package info

github.com/KeyboardCowboy/drush-sync_tools

Type:drupal-drush

pkg:composer/keyboardcowboy/drush-sync_tools

Statistics

Installs: 97

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.1 2015-06-30 03:37 UTC

This package is not auto-updated.

Last update: 2026-03-01 01:04:04 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.