PHPackages                             deve/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. deve/cli

AbandonedArchivedWp-cli-package

deve/cli
========

WP-CLI package for Simple Wordpress Orchestration

06PHP

Since Mar 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/devedotus/cli)[ Packagist](https://packagist.org/packages/deve/cli)[ RSS](/packages/deve-cli/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

deve/cli
========

[](#devecli)

WP-CLI package for Simple Wordpress Orchestration

[![Build Status](https://camo.githubusercontent.com/080db7c0dde2b269487423b18dd90156641e5518f65777d5e3b37368174e097f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f64657665646f7475732f636c692e737667)](https://travis-ci.org/devedotus/cli)[![Packagist](https://camo.githubusercontent.com/1a6f3f42cc1ee4830159f1a2721b4a90fd495b737dd10f96c40b7f78bc56a6f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f646576652f636c692e737667)](https://packagist.org/packages/deve/cli)[![Packagist Pre Release](https://camo.githubusercontent.com/ebb329665f4e69a5d9a5619fbdde98e5eae1ddcf7c0c4f39fa56c9910b05b565/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646576652f636c692e737667)](https://packagist.org/packages/deve/cli)[![PHP from Packagist](https://camo.githubusercontent.com/35ddfc8747d834c482a6df91b0132e84dab69ee3ce0f20a329374a4c25be00e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f646576652f636c692e737667)](https://packagist.org/packages/deve/cli)[![GitHub watchers](https://camo.githubusercontent.com/bff2dd79242ce5a597bbbbed49f112245b84bfa339958ddb920d81e83e991111/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f64657665646f7475732f636c692e7376673f7374796c653d736f6369616c266c6f676f3d676974687562266c6162656c3d5761746368)](https://github.com/devedotus/cli/watchers)

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

Using
-----

[](#using)

### wp deve site

[](#wp-deve-site-)

Manages sites, including creation, activate and removal.

#### Examples

[](#examples)

```
# List sites
$ wp deve site list
+-------------+--------+----------------+---------+
| domain      | active | default-server | ssl     |
+-------------+--------+----------------+---------+
| deve.us     | 1      | 1              | 1       |
| dev.deve.us | 0      | 0              | 0       |
| ssl.deve.us | 1      | 0              | 0       |
+-------------+--------+----------------+---------+

# Create a site
$ wp deve site create dev.deve.us --skip-ssl
Configuration files created.
WWW directory created.
Success: Site `dev.deve.us` created.

# Add SSL
$ wp deve site ssl dev.deve.us
letsencrypt.org certificates created.
Nginx configuration updated.
Nginx test successful.
Nginx reload successful.
Success: SSL enabled for `dev.deve.us`.

# Activate a site
$ wp deve site activate dev.deve.us
Configuration linked.
Nginx test successful.
Nginx reload successful.
PHP test successful.
PHP reload successful.
Success: Site `dev.deve.us` activated.

# Deactivate a site
$ wp deve site deactivate dev.deve.us
Configuration unlinked.
Nginx reload successful.
PHP reload successful.
Success: Site `dev.deve.us` deactivated.

# Delete a site
$ wp deve site delete dev.deve.us
Configuration removed.
WWW directory archived.
WWW folder removed.
Success: Site `dev.deve.us` deleted.
```

Installing
----------

[](#installing)

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

Once you've done so, you can install this package with:

```
wp package install git@github.com:devedotus/cli.git

```

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/devedotus/cli/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/devedotus/cli/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/devedotus/cli/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:

Testing
-------

[](#testing)

Some Docker wizardry by @davegaeddert finally get's this project started testing.

*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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/425ab018222e6b244123e83d617f69f140496a328f2db3147a4643cd51001f7c?d=identicon)[tstachl](/maintainers/tstachl)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/deve-cli/health.svg)

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

PHPackages © 2026

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