LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

poetry-help

Display Poetry command help

TLDR

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

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
copy
sudo apk add poetry
copy
brew install poetry
copy
nix profile install nixpkgs#poetry
copy

CAVEATS

Also available via --help flag.

HISTORY

poetry help provides built-in documentation for Poetry commands.

SEE ALSO

poetry(1)

Copied to clipboard
Kai