Bash shell script to check core and contrib module/plugin updates for all available Pantheon sites
- Works for Drupal 7, Drupal 8 and WordPress sites hosted on Pantheon
- Supports Drush 9
- Terminus
- Terminus Composer Plugin - Only needed for Composer managed Drupal 8 sites using Drush 9
$ git clone [email protected]:uberhacker/pantheon-site-updates.git
$ sudo cp pantheon-site-updates/checkupdates /usr/local/bin/
$ checkupdates > report.txt
$ checkupdates > report.txt 2> /dev/null
$ checkupdates 2> error_report.txt
$ checkupdates &> full_report.txt