We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the current, buggy behavior
Attempting wp plugin delete foo will result in wp-cli hanging if there are file permission issues (say, no write access).
wp plugin delete foo
Describe what you would expect as the correct outcome
I expect to see an error message where wp-cli's process has no right access to accomplish the operation.
Let us know what environment you are running this on
OS: Linux 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 Shell: /bin/bash PHP binary: /usr/bin/php7.3 PHP version: 7.3.14-1~deb10u1 php.ini used: /etc/php/7.3/cli/php.ini WP-CLI root dir: phar://wp-cli.phar/vendor/wp-cli/wp-cli WP-CLI vendor dir: phar://wp-cli.phar/vendor WP_CLI phar path: /var/www/[edited] WP-CLI packages dir: WP-CLI global config: WP-CLI project config: WP-CLI version: 2.4.0
The text was updated successfully, but these errors were encountered:
Thanks for the report, @slavicd.
I confirmed the problem and submitted a fix: #376
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Describe the current, buggy behavior
Attempting
wp plugin delete foo
will result in wp-cli hanging if there are file permission issues (say, no write access).Describe what you would expect as the correct outcome
I expect to see an error message where wp-cli's process has no right access to accomplish the operation.
Let us know what environment you are running this on
The text was updated successfully, but these errors were encountered: