-
Notifications
You must be signed in to change notification settings - Fork 23
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
feature: plugin-manager should have way to get info about available plugins #47
Comments
Updating |
/kind enhancement |
@eriknelson: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue synced with: https://issues.redhat.com/browse/MTRHO-65 |
/priority minor |
/kind enhancement |
@eriknelson: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature |
Feature Request
The
plugin-manager
should provide aninfo
subcommand that gives users more information about the specified plugin.Description
Currently, the plugin-manager subcommand supports listing of the available plugins, for example:
However, this doesn't give the end user much insight into what the plugin does, how it does it, or the when/why the end user would install and use it.
And instead of using table to consume this information, output similar to something like following makes more sense:
Solution
Introduce an
info
subcommand that provides long form explanation of a specified user plugin.Alternative Solutions
SHORTDESCRIPTION
andDESCRIPTION
with an actual description 😎 might lessen the need for a newinfo
command.The text was updated successfully, but these errors were encountered: