wp plugin install <plugin|zip|url>

Installs one or more plugins

Arguments

NameDescription
plugin|zip|urlOne 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

NameDescription
--version <version>If set, get that particular version from wordpress.org, instead of the stable version
--forceIf set, the command will overwrite any installed version of the plugin, without prompting for confirmation
--activateIf set, the plugin will be activated immediately after install
--activate-networkIf set, the plugin will be network activated immediately after installl
--insecureRetry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack