An open API service indexing awesome lists of open source software.

https://github.com/josephfusco/wp-self-destruct

Wipe out your entire site with one click, including the database.
https://github.com/josephfusco/wp-self-destruct

localhost-management wordpress-plugin wp-cli

Last synced: 11 months ago
JSON representation

Wipe out your entire site with one click, including the database.

Awesome Lists containing this project

README

          

# WP Self Destruct [![Clout](https://img.shields.io/badge/clout-100%25-green.svg)](https://img.shields.io/badge/clout-100%25-green.svg)
A WordPress plugin to wipe out your entire site with one click, including the database.

**WARNING:** This is a tool intended for local development only! Please exercise caution.

## Command Line

Once activated, you can interact with this plugin via [WP-CLI](http://wp-cli.org/).

**Destroy Site:**

```
wp destroy
```

**Destroy site skipping confirmation:**

```
wp destroy --yes
```