pressable_run_wp_cli
Execute WP-CLI commands on a Pressable site using site ID and command list. Auto-prefixes 'wp' for plugin, cache, and core management.
Instructions
Run WP-CLI commands on a specific site. Commands are prefixed with "wp" automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| commands | Yes | List of WP-CLI commands (e.g., ["plugin list", "cache flush"]) |