Hi

i'm using git to manage my drupal custom themes for D6.
so i would to know if it's possible to update custom theme via drush ? if yes how can i do that ?

thanks

Comments

greg.1.anderson’s picture

Status: Active » Fixed
cd /path/to/druaplroot/sites/all/mycustomtheme
git pull

Drush not needed. If you want to manage your theme via drush pm-updatecode, you could create a sandbox project on drupal.org and download it out from there.

dkingofpa’s picture

Yes, this is possible. It's called Drush Shell Aliases. You need to be running 5.x. For documentation, run drush topic docs-shell-aliases. To see an example of shell aliases in a drushrc.php file, go to http://api.drush.ws/api/drush/examples%21example.drushrc.php/5.x (around line 70).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.