wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
90 stars 79 forks source link

while installing its stuck at unpacking #356

Closed mahi402 closed 1 year ago

mahi402 commented 1 year ago

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...

danielbachhuber commented 1 year ago

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.