Files
cheatsheet-tldr/tldr/poetry-about
2025-09-12 00:18:39 +00:00

15 lines
376 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# poetry about
> Get information about Poetry, an application to manage Python packages and dependencies.
> See also: `asdf`.
> More information: <https://python-poetry.org/docs/cli/#about>.
- Display global information about Poetry, including the current version:
`poetry about`