Skip to content
New issue

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

New get WP-CLI command #3567

Merged
merged 5 commits into from
Aug 3, 2023
Merged

New get WP-CLI command #3567

merged 5 commits into from
Aug 3, 2023

Conversation

felipeelia
Copy link
Member

Description of the Change

This PR introduces a new get WP-CLI command. Example: wp elasticpress get post 123 --pretty returns a pretty-formatted version of the post with ID 123.

Closes #3565

Changelog Entry

Added - New get WP-CLI command

Credits

Props @felipeelia

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@felipeelia felipeelia added this to the 4.7.0 milestone Jul 28, 2023
@felipeelia felipeelia merged commit 87a5c40 into develop Aug 3, 2023
9 checks passed
@felipeelia felipeelia deleted the feature/issue-3565 branch August 3, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WP-CLI command to get a specific post
1 participant