Skip to content

Instantly share code, notes, and snippets.

@gl2748
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save gl2748/21fe5a2f3d44def6dabf to your computer and use it in GitHub Desktop.

Select an option

Save gl2748/21fe5a2f3d44def6dabf to your computer and use it in GitHub Desktop.
Drush cheatsheet for updating a feature
// 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