Mercurial > hg > rr-repo
comparison sites/all/modules/views/help/drush.html @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 There are some Drush commands available for Views, initially added in <a href="http://drupal.org/node/1079178">Drush command to revert views</a>: | |
2 | |
3 <ul> | |
4 <li>views-dev (vd) - Setup the views settings to a more developer oriented value</li> | |
5 <li>views-revert (vr) - Revert overridden views to their default state. Make backups first!</li> | |
6 </ul> | |
7 | |
8 Examples: | |
9 drush views-revert | |
10 [prompts the user with a list of overridden views to choose from, or to revert all] | |
11 | |
12 drush views-revert archive myview2 | |
13 [reverts the two specified views] |