Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wp-cli/wp-super-cache-cli
- Owner: wp-cli
- Created: 2013-03-16T03:13:40.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T14:23:04.000Z (over 1 year ago)
- Last Synced: 2025-01-09T15:53:01.242Z (13 days ago)
- Topics: cache, cli, hacktoberfest, wordpress, wp-cli, wp-cli-package, wp-super-cache
- Language: PHP
- Homepage: http://wordpress.org/support/topic/patch-for-wp-cli-command-1
- Size: 93.8 KB
- Stars: 58
- Watchers: 11
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.