I have found the Vikas and he is amazing developer, he had always delivered the product under the timeline, on budget and with 100% accuracy, He is totally problem solving guys.
Top 10 Drush commands
0 comments |

drush status - See main information and status of the website.
$ drush help - Use the 'help' command to get a list of available options and commands.
pm-update --pipe (up --pipe) - Up --pipe is used to show the list of modules which need to be update.
variable get (vget) - Get a list of some or all site variables and values.
drush archive-dump (ard) - drush archive-dump will backup your code, database and files (from the files directory) into a single file.
Use the destination option to tell it where to put the backup file. drush ard --destination=/var/www/site/backups/test.tar
refresh (rf) - Refresh update status information.
drush user-create - Create a new user
ex- drush user-create username --mail="admin1@example.com" --password="xxxxxx"
drush ws -See last logged events (watchdog)
drush -n pm-update -View the update status of modules.
download (dl) - Download core Drupal and projects like CCK, Zen, etc
Add new comment