poetry
Verified for current stable LTS
Poetry Commands
Poetry command syntax with verified terminal examples.
Commands
8 commands for Poetry
poetry Operations
Poetry Command: Bump Project Version
poetry version <patch|minor|major|prepatch|preminor|premajor|prerelease> poetry Operations
Poetry Command: Create New Poetry Project
poetry new <project_name> poetry Operations
Poetry Command: Execute Command In Virtual Environment
poetry run <command> poetry Operations
Poetry Command: Initialize New Poetry Project Interactively
poetry init poetry Operations
Poetry Command: Install Add Dependency
poetry add <dependency> poetry Operations
Poetry Command: Install Project Dependencies
poetry install poetry Operations
Poetry Command: Spawn Shell In Virtual Environment
eval "$(poetry env activate)" poetry Operations
Poetry Command: Update Dependencies And Lock File
poetry update Suggest a Poetry Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Poetry workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.