title |
---|
WP-CLI |
WP-CLI is a PHP-based Command Line Interface for interacting with WordPress installations.
- Always use
--dry-run
to test operations that affect databases. - Consider using
--prompt
to see all available arguments. - Use
wp help [command]
for command-specific documentation.