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
I installed using wp package install trepmal/wp-revisions-cli which went fine.
wp package install trepmal/wp-revisions-cli
Then I tried to use the new --fields parameter for wp revisions list (merged in #12) I get this:
--fields
wp revisions list
Error: Parameter errors: unknown --fields parameter
Does the WP CLI package need to be republished with the new changes or something?
The text was updated successfully, but these errors were encountered:
... over a year later ...
I think the problem is ultimately rooted in composer/composer#563
On my local setup, I can't delete enough caches to cause a fresh install to bring in the newest changes. I feel like I'm missing something dumb here…
I'll try to keep digging when I'm more awake
Sorry, something went wrong.
Actually, looks like this is the problem: https://wp-cli.org/package-index/include/all$8c533771500bd11a5939a42f203ad75db3f65517.json
The wp-cli package index is deprecated, so might just be out of luck.
No branches or pull requests
I installed using
wp package install trepmal/wp-revisions-cli
which went fine.Then I tried to use the new
--fields
parameter forwp revisions list
(merged in #12) I get this:Does the WP CLI package need to be republished with the new changes or something?
The text was updated successfully, but these errors were encountered: