Skip to content

Bash shell script to check core and contrib module/plugin updates for all available Pantheon sites

License

Notifications You must be signed in to change notification settings

uberhacker/pantheon-site-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pantheon site updates

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

Prerequisites:

Install:

$ git clone git@github.com:uberhacker/pantheon-site-updates.git
$ sudo cp pantheon-site-updates/checkupdates /usr/local/bin/

Usage:

Check updates on all sites (errors to stdout)

$ checkupdates > report.txt

Check updates on all sites (ignore errors)

$ checkupdates > report.txt 2> /dev/null

Only report errors to file

$ checkupdates 2> error_report.txt

Check updates and report errors to file

$ checkupdates &> full_report.txt

About

Bash shell script to check core and contrib module/plugin updates for all available Pantheon sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages