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

https://github.com/tareq1988/wp-cli-maintenance-mode

Put your site into maintenance mode with wp-cli
https://github.com/tareq1988/wp-cli-maintenance-mode

cli wordpress wp-cli wp-cli-command wp-cli-package

Last synced: 10 months ago
JSON representation

Put your site into maintenance mode with wp-cli

Awesome Lists containing this project

README

          

WP CLI - Maintenance Mode
=================================

Put your site into maintenance mode

Quick links: [Using](#using) | [Installing](#installing)

## Using

```
$ wp up
Success: Maintenance mode enabled
```

```
$ wp down
Success: Maintenance mode disabled
```

## 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:tareq1988/wp-cli-maintenance-mode.git