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.
- Host: GitHub
- URL: https://github.com/keyboardcowboy/drush-sync_tools
- Owner: KeyboardCowboy
- Created: 2015-03-31T04:37:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T15:57:49.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T06:47:24.537Z (over 1 year ago)
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.