Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-12 00:18:39 +00:00
parent 5913523ab3
commit d15d5b771b
6 changed files with 152 additions and 0 deletions

22
tldr/poetry-debug Normal file
View File

@@ -0,0 +1,22 @@
---
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`