wp-cli / wp-super-cache-cli
Add a `wp super-cache` command to support the WP Super Cache plug-in
Installs: 18 950
Dependents: 0
Suggesters: 0
Security: 0
Stars: 56
Watchers: 9
Forks: 17
Open Issues: 6
Type:wp-cli-package
pkg:composer/wp-cli/wp-super-cache-cli
Requires
- php: >=5.4
 - wp-cli/wp-cli: ^2
 
Requires (Dev)
- wp-cli/extension-command: ^2
 - wp-cli/wp-cli-tests: ^2.0.7
 
README
This repository contains a WP-CLI plugin  for the WP Super Cache Wordpress plugin.  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=<post-id>] [--permalink=<permalink>]
   or: wp super-cache preload [--status] [--cancel]
   or: wp super-cache status 
See 'wp help super-cache <command>' for more information on a specific command.
Installing
For instructions on installing this, and other, WP-CLI community packages, read the Community Packages section of the WP-CLI Wiki.