poetry-help

Display Poetry command help

TLDR

Show general help
$ poetry help
Get help for command
$ poetry help [command]
Show install help
$ poetry help install

SYNOPSIS

poetry help [command]

DESCRIPTION

poetry help displays help information for Poetry commands, showing available options, arguments, and usage examples. When called without arguments, it shows general Poetry help; when given a command name, it shows detailed help for that specific command.This is equivalent to using the --help flag on any Poetry command.

PARAMETERS

COMMAND

Command to get help for.

INSTALL

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

CAVEATS

Also available via --help flag.

HISTORY

poetry help provides built-in documentation for Poetry commands.

SEE ALSO

poetry(1)