poetry-self
all
Manage the Poetry installation/runtime environment itself. These commands reference `pyproject.toml` and `poetry.lock` files in your Poetry configuration directory. See also: `asdf`.
More info →Examples (8)
Install a package
poetry self add package_nameInstall dependencies from the Poetry installation's `pyproject.toml` file
Lock dependencies from the Poetry installation's `pyproject.toml` file
poetry self lockRemove a package
poetry self remove package_nameList all installed packages
poetry self showList all installed plugins
poetry self show pluginsSync the runtime environment with the Poetry installation's `poetry.lock` file
Update dependencies from the Poetry installation's `pyproject.toml` file
poetry self updatemade by @shridhargupta | data from tldr-pages