Rename "develop" option to "editable" #3004
Labels
kind/enhancement
Not a bug or feature, but improves usability or performance
kind/feature
Feature requests/implementations
We should rename the dependency option
develop
toeditable
to align with what it actually is and to avoid confusion with a"development dependency".
Additionally we should also introduce this as a commandline option to
poetry add
(eg:poetry add --editable x
).Changes Required
poetry-core
.editable
and fallback todevelop
if not present.Dependency.develop
in bothpoetry-core
andpoetry
.Dependency.develop
.poetry check
warning to inform users about the change.--editable
option directory and vcs dependencies topoetry add
command. (This can be an issue on its own.)The text was updated successfully, but these errors were encountered: