wp package install <name|git|path|zip>

Installs a WP-CLI package

Arguments

NameDescription
name|git|path|zipName, git URL, directory path, or .zip file for the package to install. Names can optionally include a version constraint (e.g. wp-cli/server-command:@stable)

Options

NameDescription
--insecureRetry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack