Describe the bug
A clear and concise description of what the bug is.
Since Poetry 1.3.x there is a possibility to add the --directory option. This is very useful for monorepos and makes folder navigation unnecessary. But that option does not currently work as expected for any of the commands in this plugin.
To Reproduce
Steps to reproduce the behavior:
Open a terminal window
Go to root of the project
Run the command check-project or build-project with the directory option
The actual project isn't checked or built.
Expected behavior
The check-project and build-project commands should to the actions on the directory pointed at with the new --directory option.
Describe the bug A clear and concise description of what the bug is. Since Poetry 1.3.x there is a possibility to add the
--directory
option. This is very useful for monorepos and makes folder navigation unnecessary. But that option does not currently work as expected for any of the commands in this plugin.To Reproduce Steps to reproduce the behavior:
check-project
orbuild-project
with the directory optionExpected behavior The
check-project
andbuild-project
commands should to the actions on the directory pointed at with the new--directory
option.