PHPackages                             fraserpage/no-cry-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. fraserpage/no-cry-cli

ActiveProject[CLI &amp; Console](/categories/cli)

fraserpage/no-cry-cli
=====================

No-cry: A CLI tool that makes updating Wordpress plugins and WP Core (hopefully) not want to make you cry.

1.3.6.1(2y ago)020MITPHPPHP ^7.3|^8.0

Since Dec 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/fraserpage/no-cry)[ Packagist](https://packagist.org/packages/fraserpage/no-cry-cli)[ RSS](/packages/fraserpage-no-cry-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

BW WP plugin update tool
========================

[](#bw-wp-plugin-update-tool)

Creates a CLI tool named no-cry that makes updating plugins and WP Core (hopefully) not want to make you cry.

Creates a new branch, runs updates, individually commits them and gives you a nice output of what it did.

Build Requrirements
-------------------

[](#build-requrirements)

- PHP ^7.3|^8.0

Installing the tool
-------------------

[](#installing-the-tool)

1. the built application is included in this repo in the `/builds/` folder
2. from the root of the project directory run `mv builds/no-cry /usr/local/bin` to move the build to your bin folder (you might need to add `sudo` to that command.)

Building the tool
-----------------

[](#building-the-tool)

1. composer install
2. run `php no-cry app:build` to build the tool
3. run `mv builds/no-cry /usr/local/bin` to move the build to your bin folder (you might need to add `sudo` to that command.)

Using the tool
--------------

[](#using-the-tool)

### Before you start

[](#before-you-start)

1. make sure the local `master` branch of the site you want to update is up to date with the remote and the working directory is clean
2. if you're using Lando start it up
3. if you're using a different local server (e.g. Valet) make sure you've got the [WP-CLI](https://wp-cli.org/) installed
4. make sure that all paid plugins are licenced locally in order to recieve updates

### Basic usage

[](#basic-usage)

- Run `no-cry please` and follow the prompts

### Options

[](#options)

#### Run on Lando

[](#run-on-lando)

- Add the lando flag: `-l` or `--lando` to run the the commands on Lando (`no-cry please -l`)

#### Specify ticket # in the command

[](#specify-ticket--in-the-command)

- Optionally add the plugin update ticket number as an argument like so `no-cry please 545`. The tool will create a new branch in the following format for you: `{$ticket}-plugin-updates-{$now->format('Y-m-d')}`

#### Specify branch to run on

[](#specify-branch-to-run-on)

- Specify a branch (new or existing) to run the updates on like `no-cry please -b branch-name` or `no-cry please --branch branch-name`

### Config file

[](#config-file)

Add a .no-cry.json file in the root of your project to save you from entering arguments each time you run the tool.

```
{
  "lando": true,
  "ticket": "999"
}

```

### Prompts

[](#prompts)

1. if you didn't enter the plugin update ticket number as an argument you'll be prompted to -- it'll be appended to the branch name like: `{$ticket}-plugin-updates-{$now->format('Y-m-d')}`
2. the tool will ask if you'd like to update WP Core
3. the tool will ask if you'd like to add the output to your clipboard. This clipboard content will include GitLab quick actions

### Output

[](#output)

1. the tool will let you know what it's doing.
2. after it's done the tool will print out a list of what was updated

### Clean up

[](#clean-up)

1. pay attention to any errors in the plugin updates. You may need up update some mannually.
2. after all plugins are up to date, and each update committed:
3. push your changes, merge and deploy to staging for testing

To do
-----

[](#to-do)

1. add option to specify ticket number in branch name
2. include update wp core
3. optionally specify/select branch to commit to?
4. Code cleanup: Spin out some of the main Command file into Concerns
5. Figure out a nice solution to update paid plugins (Integrate SatisPress??) --&gt; new Composer based workflow
6. Figure out a way to update Must Use plugins (Composer)

Laravel Zero
------------

[](#laravel-zero)

This project uses Laravel Zero. For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Every ~24 days

Total

11

Last Release

1003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7fce9547c7e39dc984662257b7ab8933946aa30dd12b2c32f3e5204cf824352?d=identicon)[fraser.page](/maintainers/fraser.page)

---

Tags

cliwordpresspluginswp-cli

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/fraserpage-no-cry-cli/health.svg)

```
[![Health](https://phpackages.com/badges/fraserpage-no-cry-cli/health.svg)](https://phpackages.com/packages/fraserpage-no-cry-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[wp-cli/wp-cli-bundle

WP-CLI bundle package with default commands.

896.3M131](/packages/wp-cli-wp-cli-bundle)[wpsh/wp-cli-replicator

3581.7k](/packages/wpsh-wp-cli-replicator)[wp-cli/wp-super-cache-cli

Add a `wp super-cache` command to support the WP Super Cache plug-in

5719.9k](/packages/wp-cli-wp-super-cache-cli)

PHPackages © 2026

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