In next release <you would be able to run Kedro pr...
# user-research
n
In next release you would be able to run Kedro project command anywhere within a project. That means no more
Copy code
Usage: kedro [OPTIONS] COMMAND [ARGS]...
Try 'kedro -h' for help.

Error: No such command 'run'.
In case you are running outside of a project, you will see a slightly more helpful message. It may be considered a slight breaking changes for plugin developer if your plugin relies on the fact the Kedro command always running from project root, thoughts?
đź‘€ 2
đź’Ż 2
@Yolan Honoré-Rougé Would this affect kedro-mlflow?
It breaks anyway because it's using some internal methodđź‘€
y
I think the things that will break are : • In local runs, the mlruns folder can be created anywhere • If you have some pipeline_ml_factory depending on relative path it may break, but it can be fixed on user side so it is not so bad • The dynamic cli discovery will change as you mention, but it is not a big deal because I never implemented other CLI as I expected so I can change the behaviour
👍🏼 1
Thanks for notifying!
n
this has been merged already, next release will be 0.19.4