poetry self
The self namespace regroups sub commands to manage the poetry installation itself
Subcommands
Name | Description |
---|---|
add | Add additional packages to poetry's runtime environment |
install | Install locked packages (incl. addons) required by this poetry installation |
lock | Lock the poetry installation's system requirements |
remove | Remove additional packages from poetry's runtime environment |
show | Show packages from poetry's runtime environment |
update | Updates poetry to the latest version |