Implement a poetry report <command>
command or something similar for when filing issues
#9680
Labels
poetry report <command>
command or something similar for when filing issues
#9680
Issue Kind
Brand new capability
Description
When filing issues, users are asked to run several easily scriptable commands. This is quite tedious on the user and creates a barrier for appropriately filing bug reports.
Instead, Poetry should ship with some sort of debug command that would wrap everything up into a single command that would then be printed out or put into a Zip file.
For example, here are the separate commands users are asked to run:
This is a bit tedious. So, a command such as
poetry report <command> [--include-pyproject-toml]
could be implemented that bundles up all of the requested output into a single command. It could also put the report into a text or HTML file to be uploaded when filing bug reports. Having a flag such as
--sanitizer-user <user>
could remove usernames from the paths that are printed.Impact
The existing behavior creates a barrier to properly filed bug reports or even bug reports being filed at all.
Workarounds
Manually run all the requested commands.
The text was updated successfully, but these errors were encountered: