In what area(s)?
Classifications:
/kind good-first-issue
/kind feature
/kind proposal
Describe the feature:
Once we have #249 merged, we should consider making kn --help show the list of available plugins. I still think having the plugin command is good, but from a UX perspective one of the points of the plugin model is that the user is (for the most part) unaware that they're using a plugin vs a built-in command. So, if we can make kn --help show the list of plugins under some kind of misc section I think that would be really helpful. Even if the help text for each one just said see kn foo for more details, the name of the command should at least provide a hint as to what it does. Often times people know there's a certain command they want to run but can't remember the name (get vs describe vs inspect vs ... ) so kn --help showing the full list of cmds will help them find what they're looking for.
In what area(s)?
Classifications:
/kind good-first-issue
/kind feature
/kind proposal
Describe the feature:
Once we have #249 merged, we should consider making
kn --helpshow the list of available plugins. I still think having theplugincommand is good, but from a UX perspective one of the points of the plugin model is that the user is (for the most part) unaware that they're using a plugin vs a built-in command. So, if we can makekn --helpshow the list of plugins under some kind ofmiscsection I think that would be really helpful. Even if the help text for each one just saidsee kn foo for more details, the name of the command should at least provide a hint as to what it does. Often times people know there's a certain command they want to run but can't remember the name (get vs describe vs inspect vs ... ) sokn --helpshowing the full list of cmds will help them find what they're looking for.