I am just learning drush and am already excited about the amount of time I can save.

I am using the Acquia Dev Desktop for Mac (it utilizes the multi-site configuration. One core DB) and am having trouble understanding how to download modules and themes to each individual site.

Here is my site alias command result:

H54-02-P17112:acquia-drupal kclarks2$ drush sa
@self
@acquia
@test
tester.localhost
default

When I try to use the alias for the site directory. cd @test it says -bash: cd: @test: No such file or directory.

What is the command to download modules and themes directly to the test.localhost folder in the stack?

Also do I need to create a path alias so that I don't have to type the whole directory?

Comments

jonhattan’s picture

Status: Active » Fixed

drush @alias --use-site-dir dl project and in the long term drush help dl

Status: Fixed » Closed (fixed)

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