wp theme list
List all installed WordPress themes, their status, version, and update availability using WP-CLI.
wp theme activate
Activate an installed WordPress theme or child theme using WP-CLI.
wp theme install
Install WordPress themes from wordpress.org, ZIP files, or remote URLs using WP-CLI.
wp theme update
Update WordPress themes to the latest version using WP-CLI.
wp theme delete
Permanently delete WordPress themes from the filesystem using WP-CLI.
wp theme get
Get detailed information about an installed WordPress theme using WP-CLI.
wp theme status
View a summary of theme counts and details for the active theme using WP-CLI.
wp theme path
Get the absolute filesystem path for a WordPress theme or the themes directory using WP-CLI.
wp theme mod
Manage WordPress theme modifications (customizer settings) using WP-CLI.
wp theme enable
Enable a WordPress theme for use on a specific site in a Multisite network using WP-CLI.
wp theme disable
Disable a WordPress theme on a specific site in a Multisite network using WP-CLI.