-
Couldn't load subscription status.
- Fork 3.5k
plugin manager: add --no-expand flag for list command #17124
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
Conversation
Allows us to avoid expanding aliases and integration plugins
|
|
|
💚 Build Succeeded
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Is this ready to go?
|
@logstashmachine backport 9.0 |
|
@logstashmachine backport 8.x |
* plugin manager: add --no-expand flag for list command Allows us to avoid expanding aliases and integration plugins * spec: escape expected output in regexp (cherry picked from commit 793e8c0)
* plugin manager: add --no-expand flag for list command Allows us to avoid expanding aliases and integration plugins * spec: escape expected output in regexp (cherry picked from commit 793e8c0)
* plugin manager: add --no-expand flag for list command Allows us to avoid expanding aliases and integration plugins * spec: escape expected output in regexp (cherry picked from commit 793e8c0) Co-authored-by: Ry Biesemeyer <[email protected]>





Release notes
bin/logstash-plugin'slistcommand now supports a--no-expandflag to avoid expanding plugin aliases and the individual plugins within integration plugins.What does this PR do?
Adds
--[no-]expandflag (default: true) to the plugin manager'slistcommand, so that a caller can avoid expanding the integration plugins and aliases to get only a list of the plugin packages installed.Why is it important/What is the impact to the user?
Checklist
[ ] I have made corresponding changes to the documentation[] I have made corresponding change to the default configuration files (and/or docker env variables)Author's Checklist
How to test this PR locally