drush cc Not Showing All Options (only showing 2 options cancel and drush)

Trying to clear your Drupal site chache with drusch cc or drush cc all?
Drush should out put a list in response that looks like this:

promt$> drush cc

Enter a number to choose which cache to clear.
 [0]   :  Cancel         
 [1]   :  all            
 [2]   :  drush          
 [3]   :  theme-registry 
 [4]   :  menu           
 [5]   :  css-js         
 [6]   :  block          
 [7]   :  module-list    
 [8]   :  theme-list     
 [9]   :  registry       
 [10]  :  less           
 [11]  :  views 

But instead, you may see something that looks like this:

promt$> drush cc

Enter a number to choose which cache to clear.
 [0]  :  Cancel 
 [1]  :  drush  

Chances are you are not in the document root of the Drupal site on which you are trying to clear the cache.

2 thoughts on “drush cc Not Showing All Options (only showing 2 options cancel and drush)


  1. Thanks, this helps me. I was thinking drush is install globally, so can able to do globally. but its my bad, I haven’t read the documentation properly.


    1. We all need an “extra set eyes” every once in awhile. I am glad it helped, Saeed. : )

Leave a Reply

Your email address will not be published. Required fields are marked *