mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
502 B
Plaintext
23 lines
502 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# poetry-debug
|
|
|
|
> Debug issues with your Poetry project.
|
|
> See also: `asdf`.
|
|
> More information: <https://python-poetry.org/docs/cli/#debug>.
|
|
|
|
- Show debug info about Poetry and your project's virtual environment:
|
|
|
|
`poetry debug info`
|
|
|
|
- Attempt to resolve your project dependencies:
|
|
|
|
`poetry debug resolve`
|
|
|
|
- Show supported packaging tags for your project's active virtual environment:
|
|
|
|
`poetry debug tags`
|