📄️ wp eval
Execute arbitrary PHP code within the WordPress environment using WP-CLI — test snippets, modify options, and debug values instantly.
📄️ wp eval-file
Load and execute a PHP file within the WordPress environment using WP-CLI — run migrations, cleanup scripts, and bulk operations safely.
📄️ wp shell
Open an interactive PHP REPL within the WordPress environment using WP-CLI — explore functions, debug state, and iterate rapidly without writing files.
📄️ wp help
Access built-in documentation for any WP-CLI command directly in the terminal — understand syntax, options, and available subcommands.