You are here

Drush commands

- drush status

Return information about your system.

- drush status --show-passwords

Return same info and show database password.

- drush cc

Clear a specific cache, or all drupal caches.

- drush archive-dump ( or drush ard )

Backup your code, files, and database into a single file.

- drush dl

Download Drupal core from drupal.org (Drupal core, modules, themes or profiles) and other sources.

- drush dl release name --destination="path/"

Download modules and place it into given directory.

- drush en module_name

To install (enable) the module.

- drush up

To update core and modules

- drush user-create testuser --mail="test@example.com" --password= "superpass"

How create a user

code type: