commands.sh

poetry check

all

Manage Poetry file validation and consistency. See also: `asdf`.

More info →

Examples (3)

Check validation and consistency between `pyproject.toml` and `poetry.lock` for Poetry

Verify that `poetry.lock` exists

Fail if warnings are reported

poetry check --strict
made by @shridhargupta | data from tldr-pages