Curated resource guide
WP-CLI Resources and Command Collections
Use WP-CLI to inspect, maintain, migrate, and automate WordPress from the command line. This collection combines trusted command references with production-minded guidance for database work, search-replace, users, cron, cache, media, multisite, scripting, remote execution, custom commands, and repeatable fleet operations.
Scope
What this guide covers
- WP-CLI installation and configuration
- aliases
- remote execution
- core, plugin and theme management
- users and roles
- database export/import
- search-replace
- cron
- cache
- options
- transients
- media
- posts
- taxonomies
- multisite
- maintenance mode
- checksums
- scaffold commands
- package commands
- shell and eval
- scripting
- Bash integration
- YAML configuration
- custom WP-CLI commands
- bulk maintenance across site fleets
- automation
- SSH usage
- error handling
- security
- performance
- and safe production workflows
Selected references
Curated resources
Links open the original publisher so you can use the complete, current material in context.
- 01Recommended starting point
WP-CLI Handbook
Compose repeatable command-line maintenance and fleet operations without driving the browser interface.
make.wordpress.org - 02
WP-CLI Command Reference
Search every bundled WP-CLI command, option, example, and global parameter.
developer.wordpress.org - 03
WP-CLI Configuration
Configure defaults, paths, environments, command behavior, and shared project settings.
make.wordpress.org - 04
Running WP-CLI Remotely
Use aliases and SSH safely when the target WordPress installation is not local.
make.wordpress.org - 05
wp search-replace
Change domains or values across serialized WordPress data with previews and precise table scope.
developer.wordpress.org - 06
wp cron
Inspect, test, and run scheduled WordPress events from a reliable command-line context.
developer.wordpress.org - 07
WP-CLI Package Index
Discover community WP-CLI command packages while reviewing ownership and maintenance before installation.
github.com