Why not use the cli as the projects entrypoint #729
WaylonWalker
started this conversation in
Idea
Replies: 1 comment
-
Hi @WaylonWalker, the rationale is we want to have the same entrypoint for running Kedro in both CLI and package mode, i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I render out a new project with
kedro==0.17.2
I get the following entrypoint inside of my setup.py.If I look at
__main__:main
I see.Why not utilize the existing projects cli by pointing the entrypoint at
new_kedro_project.cli:cli
?Just looking for some rationale, or if there would be interest in a PR to change the template.
Beta Was this translation helpful? Give feedback.
All reactions