mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 03:48:01 +00:00
19 lines
352 B
Plaintext
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}}`
|