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

Add a "request" subcommand #2523

Merged
merged 4 commits into from
Dec 15, 2021
Merged

Add a "request" subcommand #2523

merged 4 commits into from
Dec 15, 2021

Commits on Dec 15, 2021

  1. Add a "request" subcommand

    To help when debugging, or otherwise wanting to send arbitrary requests to ElasticSearch, this adds a new `request` sub-command, that is some what similar to the idea of `wp db query` or the like.
    
    For example `wp elasticpress request /_cat/indices --method=GET`
    joehoyle authored and felipeelia committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    028b455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0fd25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b22c0 View commit details
    Browse the repository at this point in the history
  4. Fix since doc

    felipeelia committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    603ec5f View commit details
    Browse the repository at this point in the history