Download the PHP package keyboardcowboy/drush-truncate without Composer
On this page you can find all versions of the php package keyboardcowboy/drush-truncate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download keyboardcowboy/drush-truncate
More information about keyboardcowboy/drush-truncate
Files in keyboardcowboy/drush-truncate
Download keyboardcowboy/drush-truncate
More information about keyboardcowboy/drush-truncate
Files in keyboardcowboy/drush-truncate
Vendor keyboardcowboy
Package drush-truncate
Short Description Drush command for truncating one or many tables.
License GPL-2.0+
Homepage https://github.com/KeyboardCowboy/drush-truncate
Package drush-truncate
Short Description Drush command for truncating one or many tables.
License GPL-2.0+
Homepage https://github.com/KeyboardCowboy/drush-truncate
Please rate this library. Is it a good library?
Informations about the package drush-truncate
Drush Truncate
Simple drush utility to truncate database tables.
Truncate a single table:
$ drush truncate watchdog
Found 1 tables matching watchdog on yourdb.
watchdog
Truncate 1 table on yourdb? (y/n):
Truncate multiple tables:
# Use an asterisk as a wildcard.
$ drush truncate cache_entity_*
Found 5 tables matching cache_entity_* on yourdb.
cache_entity_comment
cache_entity_node
cache_entity_taxonomy_term
cache_entity_taxonomy_vocabulary
cache_entity_user
Truncate 5 tables on yourdb? (y/n):
Interactive mode lets you pick and choose.
$ drush truncate --interactive cache_entity_*
Found 5 tables matching cache_entity_* on yourdb.
Truncate yourdb.cache_entity_comment? (y/n): n
Skipped yourdb.cache_entity_comment.
Truncate yourdb.cache_entity_node? (y/n): y
Truncated yourdb.cache_entity_node.
Truncate yourdb.cache_entity_taxonomy_term? (y/n): All versions of drush-truncate with dependencies
PHP Build Version
Package Version
The package keyboardcowboy/drush-truncate contains the following files
Loading the files please wait ...