Download the PHP package pantheon-systems/terminus-mass-update without Composer
On this page you can find all versions of the php package pantheon-systems/terminus-mass-update. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pantheon-systems/terminus-mass-update
More information about pantheon-systems/terminus-mass-update
Files in pantheon-systems/terminus-mass-update
Package terminus-mass-update
Short Description Apply upstream updates to all of your sites
License MIT
Informations about the package terminus-mass-update
Terminus Mass Update Plugin
A Terminus plugin that applies upstream updates to a list of sites.
This plugin contains two commands:
terminus site:mass-update:apply
Apply the available upstream updates for each of the sites specified.
To specify the list of sites to apply updates to you must send them to this function on stdin using a pipe. This allows you to use any other Terminus command to generate the list of sites to work on:
By adding --format=list
to a Terminus command you will get a list of site IDs suitable for input into this command.
The mass-update command has some other options:
--dry-run
: Show what updates would be applied but do not apply them.--updatedb
: Run update.php after updating (Drupal only)--accept-upstream
: Attempt to automatically resolve conflicts in favor of the upstream--upstream=<upstream id>
: Update only sites using the given upstream
terminus site:mass-update:list
List the available upstream updates for each of the sites specified.
Input for this function works the same way as the apply
command. This command can be used to discover exactly which update would be applied by apply
.
Installation
To install this plugin place it in ~/.terminus/plugins/
.
On macOS/Linux:
Help
Run terminus help site:mass-update:list
or terminus help site:mass-update:apply
for help.