Of biggest interest to drush command authors is that commands names may no longer contain spaces. You should replace space with dash. There is backward compatibility in drush right now but that will be removed before 3.0 release.
Upgraders: Please delete any drush or drush_extras directories in your drupal site. Drush now gets installed outside of web root.
Among the new features :
Drush is completely Drupal version agnostic, allowing you to only need a single Drush installation, per server. Thanks vingborg.
The dl command can now download themes, translations, and install profiles in addition to modules.
Drush now provides the updatedb command, allowing you to run update.php from the command line. This command works for both minor and major version upgrades of all core and contributed modules, across Drupal 5, Drupal 6 and Drupal 7
Added uninstall command for modules.
The drush_extras commands have been rolled back into Drush itself, which provides the same functionality without having to download an optional project.
The help command has been greatly improved, and provides complete documentation on all optional parameters and options that can be passed to the script for that command.
Upgraders: Please delete any drush or drush_extras directories in your drupal site. Drush now gets installed outside of web root.
Among the new features :
Drush is completely Drupal version agnostic, allowing you to only need a single Drush installation, per server. Thanks vingborg.
The dl command can now download themes, translations, and install profiles in addition to modules.
Drush now provides the updatedb command, allowing you to run update.php from the command line. This command works for both minor and major version upgrades of all core and contributed modules, across Drupal 5, Drupal 6 and Drupal 7
Added uninstall command for modules.
The drush_extras commands have been rolled back into Drush itself, which provides the same functionality without having to download an optional project.
The help command has been greatly improved, and provides complete documentation on all optional parameters and options that can be passed to the script for that command.
Upgraders: Please delete any drush or drush_extras directories in your drupal site. Drush now gets installed outside of web root.
Among the new features :
Drush is completely Drupal version agnostic, allowing you to only need a single Drush installation, per server. Thanks vingborg.
The dl command can now download themes, translations, and install profiles in addition to modules.
Drush now provides the updatedb command, allowing you to run update.php from the command line. This command works for both minor and major version upgrades of all core and contributed modules, across Drupal 5, Drupal 6 and Drupal 7
Added uninstall command for modules.
The drush_extras commands have been rolled back into Drush itself, which provides the same functionality without having to download an optional project.
The help command has been greatly improved, and provides complete documentation on all optional parameters and options that can be passed to the script for that command.
The new, version independant drush. It works on d5, d6, and d7 with the same codebase. Please see README.txt for details.
You will want to uninstall and move away your old drush module before using this one. This one is not a module - you may run it from anywhere on your filesystem.
In order to make drush more useful, you probably want to download the drush_extras module and install that in your drupal site.
The new, version independant drush. It works on d5, d6, and d7 with the same codebase. Please see README.txt for details.
You will want to uninstall and move away your old drush module before using this one. This one is not a module - you may run it from anywhere on your filesystem.
In order to make drush more useful, you probably want to download the drush_extras module and install that in your drupal site.