Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wp-cli/wp-super-cache-cli

A CLI interface for the WP Super Cache plugin
https://github.com/wp-cli/wp-super-cache-cli

cache cli hacktoberfest wordpress wp-cli wp-cli-package wp-super-cache

Last synced: 6 days ago
JSON representation

A CLI interface for the WP Super Cache plugin

Awesome Lists containing this project

README

        

CLI interface for the WP Super Cache
--------------------------------------------------
This repository contains a [WP-CLI plugin](https://github.com/wp-cli/wp-cli) for the [WP Super Cache Wordpress plugin](https://wordpress.org/plugins/wp-super-cache/). After installing this plugin, a Wordpress administrator will have access to a `wp super-cache` command

$ wp super-cache
usage: wp super-cache disable
or: wp super-cache enable
or: wp super-cache flush [--post_id=] [--permalink=]
or: wp super-cache preload [--status] [--cancel]
or: wp super-cache status

See 'wp help super-cache ' for more information on a specific command.

Installing
--------------------------------------------------
For instructions on installing this, and other, WP-CLI community packages, read the [Community Packages](https://github.com/wp-cli/wp-cli/wiki/Community-Packages) section of the WP-CLI Wiki.