poetry
Python package manager
Subcommands
Name | Description |
---|---|
about | Show information about Poetry |
add | Adds a new dependency to pyproject.toml |
build | Builds a package, as a tarball and a wheel by default |
check | Checks the validity of the pyproject.toml file |
config | Manages configuration settings |
debug | Debug various elements of Poetry |
env | Interact with Poetry's project environments |
export | Exports the lock file to alternative formats |
help | Display the manual of a command |
init | Creates a basic pyproject.toml file in the current directory |
install | Installs the project dependencies |
lock | Locks the project dependencies |
new | Creates a new Python project at specified path |
publish | Publishes a package to a remote repository |
remove | Removes a package from the project dependencies |
run | Runs a command in the appropriate environment |
search | Searches for packages on remote repositories |
self | Interact with Poetry directly |
shell | Spawns a shell within the virtual environment |
show | Shows information about packages |
update | Update the dependencies as according to the pyproject.toml file |
version | Shows the version of the project or bumps it when a valid bump rule is provided |
Options
Name | Description |
---|---|
-h, --help | Display this help message |
-v, --verbose | Increase the verbosity of messages |
-vv | More verbose output |
-vvv | Most verbose output for debug |
-V, --version | Display this application version |
--ansi | Force ANSI output |
--no-ansi | Disable ANSI output |
-n, --no-interaction | Do not ask any interactive question |