You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
I think it would be a nice idea to make it possible for a Poetry command (the built-ins or from a plugin) to pass in the path to the actual pyproject.toml file.
This would be useful for scenarios when you have more than one project in a repository. With such a feature, you could run build commands from the repo top folder, instead of navigating down the directory structure.
I see two steps here:
make it possible to set the pyproject property of the poetry instance. A command could then do:
self.poetry.pyproject=PyProjectTOML(custom_path)
add a command option. The closest at hand would probably be the build command.
The text was updated successfully, but these errors were encountered:
Feature Request
I think it would be a nice idea to make it possible for a Poetry command (the built-ins or from a plugin) to pass in the path to the actual
pyproject.toml
file.Something like:
This would be useful for scenarios when you have more than one project in a repository. With such a feature, you could run build commands from the repo top folder, instead of navigating down the directory structure.
I see two steps here:
pyproject
property of thepoetry
instance. A command could then do:build
command.The text was updated successfully, but these errors were encountered: