poetry-list

List all available Poetry commands

TLDR

List all available commands
$ poetry list
List commands with namespace
$ poetry list [namespace]

SYNOPSIS

poetry list [namespace]

DESCRIPTION

poetry list displays all available Poetry commands. Can optionally filter by namespace to show only commands in a specific category. Useful for discovering available subcommands.

INSTALL

sudo dnf install poetry
sudo apk add poetry
brew install poetry
nix profile install nixpkgs#poetry

SEE ALSO

poetry(1), poetry-help(1), poetry-about(1)