Files
cheatsheet-tldr/tldr/poetry-list
2025-09-28 00:21:14 +00:00

19 lines
352 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# poetry list
> List available Poetry commands.
> See also: `asdf`.
> More information: <https://python-poetry.org/docs/cli/#list>.
- List all available Poetry commands:
`poetry list`
- List commands for a specific namespace:
`poetry list {{namespace}}`