TRUE); // Prevent drush ssh command from adding a cd to Drupal root before provided command. # $command_specific['ssh'] = array('cd' => FALSE); // Additional folders to search for scripts. // Separate by : (Unix-based systems) or ; (Windows). # $command_specific['script']['script-path'] = 'sites/all/scripts:profiles/myprofile/scripts'; // Always show release notes when running pm-update or pm-updatecode. # $command_specific['pm-update'] = array('notes' => TRUE); # $command_specific['pm-updatecode'] = array('notes' => TRUE); // Set a predetermined username and password when using site-install. # $command_specific['site-install'] = array('account-name' => 'alice', 'account-pass' => 'secret'); // Use Drupal version specific CLI history instead of per site. # $command_specific['core-cli'] = array('version-history' => TRUE);