WP-CLI
WP-CLI is a PHP-based Command Line Interface for interacting with WordPress installations.
Running WP-CLI Commands
- Always use
--dry-runto test operations that affect databases. - Consider using
--promptto see all available arguments. - Use
wp help [command]for command-specific documentation.
Custom WP-CLI Commands
##