Pinned Repositories
handbook
📖 Complete documentation for WP-CLI
ideas
💡 Ideas and feature requests are collected here
php-cli-tools
A collection of tools to help with PHP command line utilities
profile-command
Quickly identify what's slow with WordPress
restful
Unlocking the potential of the WP REST API at the command line
scaffold-command
Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
wp-cli
⚙️ WP-CLI framework
wp-cli-bundle
📦 WP-CLI package that bundles the framework with a set of common commands
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
wp-cli-tests
WP-CLI testing framework
WP-CLI's Repositories
wp-cli/wp-cli
⚙️ WP-CLI framework
wp-cli/php-cli-tools
A collection of tools to help with PHP command line utilities
wp-cli/handbook
📖 Complete documentation for WP-CLI
wp-cli/scaffold-command
Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
wp-cli/doctor-command
Diagnose problems within WordPress by running a series of checks for symptoms
wp-cli/i18n-command
Provides internationalization tools for WordPress projects.
wp-cli/entity-command
Manage WordPress comments, menus, options, posts, sites, terms, and users.
wp-cli/extension-command
Manages plugins and themes, including installs, activations, and updates.
wp-cli/wp-cli-bundle
📦 WP-CLI package that bundles the framework with a set of common commands
wp-cli/db-command
Performs basic database operations using credentials stored in wp-config.php.
wp-cli/scaffold-package-command
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
wp-cli/dist-archive-command
Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
wp-cli/core-command
Downloads, installs, updates, and manages a WordPress installation.
wp-cli/media-command
Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
wp-cli/wp-cli-tests
WP-CLI testing framework
wp-cli/wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
wp-cli/builds
Phar, Debian, and RPM builds of WP-CLI
wp-cli/checksum-command
Verifies file integrity by comparing to published checksums.
wp-cli/cron-command
Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
wp-cli/shell-command
Opens an interactive PHP console for running and testing PHP code.
wp-cli/package-command
Lists, installs, and removes WP-CLI packages.
wp-cli/admin-command
Open /wp-admin/ in a browser
wp-cli/find-command
Find WordPress installations on the filesystem
wp-cli/cache-command
Manages object and transient caches.
wp-cli/language-command
Installs, activates, and manages language packs.
wp-cli/export-command
Exports WordPress content to a WXR file.
wp-cli/.github
🌐 Centralized community health files for all repositories
wp-cli/automated-tests
Runs the entire test suite on a regular basis
wp-cli/role-command
Adds, removes, lists, and resets roles and capabilities.
wp-cli/dashboard
Dashboard for WP-CLI contributors