WP-CLI Toolkit for Coqui
coquibot/coqui-toolkit-wp-cliWP-CLI toolkit for Coqui — manage WordPress plugins, themes, users, posts, database, multisite, and more via natural language
wp-cliwordpress
0 downloads 0 stars
Required Credentials
0WP_CLI_PATH
1WP_CLI_SSH
2WP_CLI_URL
Package Info
{
"toolkits": [
"CarmeloSantana\\CoquiToolkitWpCli\\WpCliToolkit"
],
"credentials": {
"WP_CLI_SSH": "SSH target for remote WordPress (e.g. user@host:/path/to/wp) — leave empty for local installs",
"WP_CLI_URL": "Default site URL for multisite targeting (e.g. https://example.com) — leave empty for single-site installs",
"WP_CLI_PATH": "Path to your WordPress installation (e.g. /var/www/html/wordpress)"
},
"description": "WordPress management via WP-CLI — plugins, themes, users, posts, database backup/restore, multisite, core updates, cache, rewrites, search-replace, cron, and media"
}