-
Notifications
You must be signed in to change notification settings - Fork 926
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
Kedro CLI displays description for all installed plugins #1749
Comments
This definitely looks like a bug, let's put it in inbox. |
The easy solution IMO would be to not define docstrings under the CLI group for each of these plugins. I don't see why it's necessary. Of course, this doesn't deal with third-party plugins (that probably followed Kedro plugin examples) and did the same, but this is also not so sinister that it matters. |
@noklam Maybe it's this: kedro/kedro/framework/cli/utils.py Lines 119 to 130 in 5906440
I'll look into it later... |
I think this is closed unintentionally, reopen it as it is still relevant. |
Partially resolved in kedro-org/kedro-viz#1001 and kedro-org/kedro-plugins#56; pending in kedro-org/kedro-plugins#118 |
This can now be closed because all PRs addressing this have been merged 🎉 |
Partially resolves kedro-org/kedro#1749
Partially resolves kedro-org/kedro#1749
Description
If you install Kedro plugins, their descriptions show up in description when you do
kedro -h
.Context
How has this bug affected you? What were you trying to accomplish?
I was testing a new plugin I was writing, noticed the behavior, and didn't like it. :)
Steps to Reproduce
pip install kedro-docker
kedro new
(and go through the prompt)kedro -h
Expected Result
Tell us what should happen.
"Kedro plugin for packaging a project with Docker" shouldn't be in there.
Actual Result
Tell us what happens instead.
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
): 0.18.2python -V
): 3.8.13, 3.10.5The text was updated successfully, but these errors were encountered: