> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# plugins and themes

> Manage WordPress plugins and themes through WP-CLI helpers.

Use the common WP-CLI plugin and theme workflows without remembering the full container command:

```bash theme={null}
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

```bash theme={null}
sitectl wp plugin <command>
```

### `theme`

Manage WordPress themes with WP-CLI

```bash theme={null}
sitectl wp theme <command>
```
