Last active
August 29, 2015 14:22
-
-
Save gl2748/21fe5a2f3d44def6dabf to your computer and use it in GitHub Desktop.
Drush cheatsheet for updating a feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // see status of your feature | |
| drush features | |
| // if you don't have diff | |
| drush dl diff | |
| drush en diff | |
| //Show a diff of a feature module. | |
| drush fd psilabs_str | |
| //Update a feature module on your site. From database to the code | |
| drush fu psilabs_str |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment