All Projects → wp-cli → wp-super-cache-cli

wp-cli / wp-super-cache-cli

Licence: other
A CLI interface for the WP Super Cache plugin

Programming Languages

PHP
23972 projects - #3 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to wp-super-cache-cli

i18n-command
Provides internationalization tools for WordPress projects.
Stars: ✭ 76 (+43.4%)
Mutual labels:  wp-cli, wp-cli-package
server-command
Launches PHP's built-in web server for a specific WordPress installation.
Stars: ✭ 69 (+30.19%)
Mutual labels:  wp-cli, wp-cli-package
export-command
Exports WordPress content to a WXR file.
Stars: ✭ 12 (-77.36%)
Mutual labels:  wp-cli, wp-cli-package
checksum-command
Verifies file integrity by comparing to published checksums.
Stars: ✭ 29 (-45.28%)
Mutual labels:  wp-cli, wp-cli-package
cron-command
Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
Stars: ✭ 23 (-56.6%)
Mutual labels:  wp-cli, wp-cli-package
media-command
Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
Stars: ✭ 40 (-24.53%)
Mutual labels:  wp-cli, wp-cli-package
db-command
Performs basic database operations using credentials stored in wp-config.php.
Stars: ✭ 65 (+22.64%)
Mutual labels:  wp-cli, wp-cli-package
config-command
Generates and reads the wp-config.php file.
Stars: ✭ 32 (-39.62%)
Mutual labels:  wp-cli, wp-cli-package
cache-command
Manages object and transient caches.
Stars: ✭ 12 (-77.36%)
Mutual labels:  wp-cli, wp-cli-package
core-command
Downloads, installs, updates, and manages a WordPress installation.
Stars: ✭ 41 (-22.64%)
Mutual labels:  wp-cli, wp-cli-package
wp-cli-seed-command
WP CLI Seed Command is extension for WP-CLI to seed database with sample data
Stars: ✭ 20 (-62.26%)
Mutual labels:  wp-cli, wp-cli-package
language-command
Installs, activates, and manages language packs.
Stars: ✭ 12 (-77.36%)
Mutual labels:  wp-cli, wp-cli-package
scaffold-command
Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
Stars: ✭ 149 (+181.13%)
Mutual labels:  wp-cli, wp-cli-package
import-command
Imports content from a given WXR file.
Stars: ✭ 19 (-64.15%)
Mutual labels:  wp-cli, wp-cli-package
package-command
Lists, installs, and removes WP-CLI packages.
Stars: ✭ 16 (-69.81%)
Mutual labels:  wp-cli, wp-cli-package
shell-command
Opens an interactive PHP console for running and testing PHP code.
Stars: ✭ 18 (-66.04%)
Mutual labels:  wp-cli, wp-cli-package
scaffold-package-command
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Stars: ✭ 51 (-3.77%)
Mutual labels:  wp-cli, wp-cli-package
Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (+118.87%)
Mutual labels:  wp-cli
Profile Command
Quickly identify what's slow with WordPress
Stars: ✭ 180 (+239.62%)
Mutual labels:  wp-cli
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (+84.91%)
Mutual labels:  wp-cli

CLI interface for the WP Super Cache

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].