poetry-build
Verified for current stable LTS
Poetry Build Command: Set Output Directory
Use for set output directory with Poetry Build. Exact CLI syntax to set output directory using Poetry Build.
When to use this: Use for set output directory with Poetry Build.
Command Syntax
poetry build -o <path/to/directory> poetry build -o <path/to/directory> Command Breakdown
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to set output directory using Poetry Build.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Poetry Build Command: Build Package Tarball Wheel
poetry build Poetry Build Command: Build Source Distribution poetry build -f sdist Poetry Build Command: Build Wheel Package poetry build -f wheel Poetry Build Command: Clean Output Directory poetry build --clean Cpio Command: Copy Files To Archive Cpio Binary echo "<path/to/file1 path/to/file2 ...>" | cpio -o > <archive.cpio>