GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

The @valkyrie alias requires a cc before it can uli #7

Closed MatthewHager closed 9 years ago

MatthewHager commented 9 years ago
valkyrie[master] $ drush @valkyie uli
The drush command '@valkyie uli' could not be found.  Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions.                                         [error]
A Drupal installation directory could not be found                                                                                                                                               [error]
valkyrie[master] $ drush cc drush
'drush' cache was cleared.                                                                                                                                                                       [success]
valkyrie[master] $ drush @valkyrie cc all
'all' cache was cleared.                                                                                                                                                                           [success]
valkyrie[master] $ drush @valkyrie uli
http://valkyrie.val/user/reset/1/1422069157/UaUoCDkprHHfu4pvpcY4Ptg7aT0ykNZV2aV-6xh4WEA/login
valkyrie[master] $
ergonlogic commented 9 years ago

Check your spelling. 'drush sa' will show available aliases.

MatthewHager commented 9 years ago

Well it's a good thing I posted the entire log so we could get to the bottom of this quite serious issue...