undocumented drush command
undocumented drush command
Drush is a great tool for managing Drupal. The other day I wanted to write a script to check a lot of Drupal sites for pending security updates (just list them, not apply) and I stumbled across this undocumented command that does just that:
drush pm-updatestatus (you can use it in combination with the --pipe argument for scripting)
Go to link download