PHPackages                             solidwp/wp-cli-backups - 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. solidwp/wp-cli-backups

ActiveWp-cli-package[CLI &amp; Console](/categories/cli)

solidwp/wp-cli-backups
======================

0.2.0(1y ago)251MITGherkinCI passing

Since May 14Pushed 1y ago5 watchersCompare

[ Source](https://github.com/ithemes/wp-cli-backups)[ Packagist](https://packagist.org/packages/solidwp/wp-cli-backups)[ Docs](https://github.com/solidwp/backups)[ RSS](/packages/solidwp-wp-cli-backups/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

SolidWP Backups WP-CLI Package
==============================

[](#solidwp-backups-wp-cli-package)

[![Testing](https://github.com/ithemes/wp-cli-backups/actions/workflows/testing.yml/badge.svg)](https://github.com/ithemes/wp-cli-backups/actions/workflows/testing.yml)

Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)

Using
-----

[](#using)

```
wp solid backups merge-wp-config [--config-file=] [--porcelain]

```

It only accepts JSON via STDIN following the same format generated by the "wp config list --format=json" command.

The command exits with the following codes

- "0" indicates all provided values were saved.
- "1" indicates invalid input was provided.
- "2" indicates no values were saved.
- "3" indicates some values were saved, and some failed.

**OPTIONS**

```
[--config-file=]
	Specify the file path to the config file to be read. Defaults to the root of the
	WordPress installation and the filename "wp-config.php".

[--porcelain]
	Only output keys that failed to save.

```

**EXAMPLES**

```
# Contents of to-import.json
[
 {
   "name": "table_prefix",
   "value": "wp_",
   "type": "variable"
 },
 {
   "name": "DB_NAME",
   "value": "solid-backups",
   "type": "constant"
 }
]
$ cat to-import.json | wp solid backups merge-wp-config

```

Installing
----------

[](#installing)

Installing this package requires WP-CLI v2.11 or greater. Update to the latest stable release with `wp cli update`.

Once you've done so, you can install the latest stable version of this package with:

```
wp package install solidwp/wp-cli-backups:@stable
```

To install the latest development version of this package, use the following command instead:

```
wp package install solidwp/wp-cli-backups:dev-master
```

Contributing
------------

[](#contributing)

We appreciate you taking the initiative to contribute to this project.

Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.

For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.

### Reporting a bug

[](#reporting-a-bug)

Think you’ve found a bug? We’d love for you to help us get it fixed.

Before you create a new issue, you should [search existing issues](https://github.com/ithemes/wp-cli-backups/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.

Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/ithemes/wp-cli-backups/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).

### Creating a pull request

[](#creating-a-pull-request)

Want to contribute a new feature? Please first [open a new issue](https://github.com/ithemes/wp-cli-backups/issues/new) to discuss whether the feature is a good fit for the project.

Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.

Support
-------

[](#support)

GitHub issues aren't for general support questions, but there are other venues you can try:

*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance49

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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

Every ~0 days

Total

2

Last Release

369d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/solidwp-wp-cli-backups/health.svg)

```
[![Health](https://phpackages.com/badges/solidwp-wp-cli-backups/health.svg)](https://phpackages.com/packages/solidwp-wp-cli-backups)
```

###  Alternatives

[wp-cli/config-command

Generates and reads the wp-config.php file.

399.7M12](/packages/wp-cli-config-command)[wp-cli/entity-command

Manage WordPress comments, menus, options, posts, sites, terms, and users.

1048.8M55](/packages/wp-cli-entity-command)[wp-cli/scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.

1717.7M15](/packages/wp-cli-scaffold-command)[wp-cli/i18n-command

Provides internationalization tools for WordPress projects.

11610.4M52](/packages/wp-cli-i18n-command)[wp-cli/extension-command

Manages plugins and themes, including installs, activations, and updates.

919.0M53](/packages/wp-cli-extension-command)[wp-cli/db-command

Performs basic database operations using credentials stored in wp-config.php.

768.0M30](/packages/wp-cli-db-command)

PHPackages © 2026

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