PHPackages                             artsci-webteam/terminus-mass-update - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. artsci-webteam/terminus-mass-update

ActiveTerminus-plugin[DevOps &amp; Deployment](/categories/devops)

artsci-webteam/terminus-mass-update
===================================

Apply upstream updates to all of your sites with post-deploy tasks

1.0.0(4mo ago)01MITPHPPHP &gt;=8.2CI passing

Since Feb 21Pushed 4mo agoCompare

[ Source](https://github.com/artsci-webteam/terminus-mass-update)[ Packagist](https://packagist.org/packages/artsci-webteam/terminus-mass-update)[ RSS](/packages/artsci-webteam-terminus-mass-update/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Terminus Mass Update Plugin (Terminus 3/4 Compatible)
=====================================================

[](#terminus-mass-update-plugin-terminus-34-compatible)

A Terminus plugin to apply upstream updates to multiple sites at once, with post-deploy tasks.

Features
--------

[](#features)

- **Terminus 3 &amp; 4 compatible** — handles the `checkProgress` → `WorkflowProcessingTrait` migration
- **Organization support** — use `--org=` instead of piping from `site:list`
- **Post-deploy tasks** — run `drush updb`, `drush cim`, and `drush cr` after applying updates
- **Frozen site detection** — automatically skips frozen sites
- **Git mode check** — skips sites not in git mode
- **Dry run mode** — preview what would be updated without making changes
- **Summary report** — shows total/succeeded/failed/skipped counts

Installation
------------

[](#installation)

```
git clone https://github.com/artsci-webteam/terminus-mass-update.git
terminus self:plugin:install /path/to/terminus-mass-update
```

Usage
-----

[](#usage)

### Apply Updates

[](#apply-updates)

```
# Apply upstream updates to a single site
echo "wustl-itartsci" | terminus site:mass-update:apply --accept-upstream
```

Using organization UUID (recommended for your setup):

```
# Apply upstream updates to all sites in your org
terminus site:mass-update:apply --org=885ff9a3-c5b0-4d79-baea-3eb9f4dd0008 --accept-upstream

# Apply with post-deploy tasks
terminus site:mass-update:apply \
  --org=885ff9a3-c5b0-4d79-baea-3eb9f4dd0008 \
  --accept-upstream \
  --updatedb \
  --config-import \
  --cache-clear

# Dry run first
terminus site:mass-update:apply \
  --org=885ff9a3-c5b0-4d79-baea-3eb9f4dd0008 \
  --accept-upstream \
  --dry-run

# Filter by specific upstream
terminus site:mass-update:apply \
  --org=885ff9a3-c5b0-4d79-baea-3eb9f4dd0008 \
  --upstream=YOUR_UPSTREAM_UUID \
  --accept-upstream \
  --updatedb \
  --config-import \
  --cache-clear
```

Using STDIN (original behavior):

```
terminus site:list --format=list | terminus site:mass-update:apply --accept-upstream
```

### List Available Updates

[](#list-available-updates)

```
# List updates for all sites in org
terminus site:mass-update:list --org=885ff9a3-c5b0-4d79-baea-3eb9f4dd0008

# List with STDIN
terminus site:list --format=list | terminus site:mass-update:list
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance76

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

132d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cef44a85bf9e6cb9f3472634cf556d727245f497241d32a5a9d5e2f051d0e90a?d=identicon)[dnkemper](/maintainers/dnkemper)

---

Top Contributors

[![dnkemper](https://avatars.githubusercontent.com/u/16872949?v=4)](https://github.com/dnkemper "dnkemper (4 commits)")

### Embed Badge

![Health badge](/badges/artsci-webteam-terminus-mass-update/health.svg)

```
[![Health](https://phpackages.com/badges/artsci-webteam-terminus-mass-update/health.svg)](https://phpackages.com/packages/artsci-webteam-terminus-mass-update)
```

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
