Skip to main content
Use the common WP-CLI plugin and theme workflows without remembering the full container command:
sitectl wp plugin list
sitectl wp plugin status
sitectl wp plugin update --all

sitectl wp theme list
sitectl wp theme status
sitectl wp theme update --all
These helpers pass through additional WP-CLI arguments after the subcommand.

Reference

plugin

Manage WordPress plugins with WP-CLI
sitectl wp plugin <command>

theme

Manage WordPress themes with WP-CLI
sitectl wp theme <command>