By hstoellinger on
Hello,
Whenever I try to see the exact version of a module/theme with "drush pml --package=name" I get an empty reply with just the heading. Seems like I don't understand the way drush pm-list works. Any ideas?
Thanks
H.S.
Comments
Name is not a module name
If you run it without arguments:
You will see the first column headed "Package".
Using a string that appears in this colum, e.g.:
will give you meaningful output.
What you're looking for is probably:
Example:
Maybe somebody else knows about a drush command that does this without piping it through grep.
- gisle
Drush pml
Thanks!