Problem/Motivation
If you do a drush cse or drush csi and nothing changed in active or exported content drush shows an empty table and asks if you want to continue.
Steps to reproduce
Use drush cse or drush csi with no changes.
Proposed resolution
Let drush stop like cex or cim is doing.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| drush_behavior.patch | 959 bytes | uniquename |
Comments
Comment #2
prashant.cHave you configured the path in your settings file properly?
Add one of the following in your settings.php file and then try drush command:
or
Note: Create a "content" directory and "sync" directory within the "content" directory within your Drupal root folder.
Hope this helps.
Comment #3
blanca.esqueda commentedThank you!
Tested, if the snapshot and the files are identical then the table is not displayed.
Comment #5
blanca.esqueda commented