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
- Host: GitHub
- URL: https://github.com/tareq1988/wp-cli-maintenance-mode
- Owner: tareq1988
- Created: 2018-06-29T14:06:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T14:06:26.000Z (over 7 years ago)
- Last Synced: 2025-02-10T08:28:47.419Z (about 1 year ago)
- Topics: cli, wordpress, wp-cli, wp-cli-command, wp-cli-package
- Language: PHP
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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