wp plugin install <plugin|zip|url>
Installs one or more plugins
Arguments
Name | Description |
---|
plugin|zip|url | One or more plugins to install. Accepts a plugin slug, the path to a local zip file, or a URL to a remote zip file |
Options
Name | Description |
---|
--version <version> | If set, get that particular version from wordpress.org, instead of the stable version |
--force | If set, the command will overwrite any installed version of the plugin, without prompting for confirmation |
--activate | If set, the plugin will be activated immediately after install |
--activate-network | If set, the plugin will be network activated immediately after installl |
--insecure | Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack |