wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

while installing its stuck at unpacking

mahi402 opened this issue · comments

bash-5.0# wp plugin install https://downloads.wordpress.org/plugin/amazon-s3-and-cloudfront.latest-stable.zip
Downloading installation package from https://downloads.wordpress.org/plugin/amazon-s3-and-cloudfront.latest-stable.zip...
The authenticity of amazon-s3-and-cloudfront.latest-stable.zip could not be verified as no signature was found.
Unpacking the package...

Thanks for the report, @mahi402

The command seems to work fine in my local environment:

$ wp plugin install https://downloads.wordpress.org/plugin/amazon-s3-and-cloudfront.latest-stable.zip
Downloading installation package from https://downloads.wordpress.org/plugin/amazon-s3-and-cloudfront.latest-stable.zip...
Unpacking the package...
Installing the plugin...
Plugin installed successfully.
Success: Installed 1 of 1 plugins.

Feel free to stop by the #cli channel on WordPress.org Slack if you'd like help debugging further.