Closed (fixed)
Project:
Drush
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2012 at 12:48 UTC
Updated:
27 May 2012 at 19:00 UTC
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
Comment #1
greg.1.anderson commentedDrush 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.Comment #2
dkingofpa commentedYes, 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).