wp package install <name|git|path|zip>
Installs a WP-CLI package
Arguments
Name | Description |
---|---|
name|git|path|zip | Name, 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
Name | Description |
---|---|
--insecure | Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack |