📄️ wp cli alias
List, add, and manage WP-CLI aliases for targeting multiple environments and remote servers.
📄️ wp config create
Generate a WordPress wp-config.php file from the command line using WP-CLI — automate site provisioning and Docker setups.
📄️ wp config get
Read values from the WordPress wp-config.php file using WP-CLI — safely extract constants and database credentials.
📄️ wp config set
Update or add constants and variables in WordPress wp-config.php using WP-CLI — without editing the file manually.