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/profile-command
Quickly identify what's slow with WordPress
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/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/server-command
Launches PHP's built-in web server for a specific WordPress installation.
wp-cli/search-replace-command
Searches/replaces strings in the database.
wp-cli/core-command
Downloads, installs, updates, and manages a WordPress installation.
wp-cli/wp-cli-tests
WP-CLI testing framework
wp-cli/config-command
Generates and reads the wp-config.php file.
wp-cli/builds
Phar, Debian, and RPM builds of WP-CLI
wp-cli/wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
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/rewrite-command
Lists or flushes the site's rewrite rules, updates the permalink structure.
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/find-command
Find WordPress installations on the filesystem
wp-cli/cache-command
Manages object and transient caches.
wp-cli/export-command
Exports WordPress content to a WXR file.
wp-cli/super-admin-command
Lists, adds, or removes super admin users on a multisite installation.
wp-cli/.github
🌐 Centralized community health files for all repositories
wp-cli/role-command
Adds, removes, lists, and resets roles and capabilities.
wp-cli/widget-command
Adds, moves, and removes widgets; lists sidebars.
wp-cli/dashboard
Dashboard for WP-CLI contributors