poetry-sync
Verified for current stable LTS
Poetry Sync Command: Exclude Dependency Groups During Sync
Use for exclude dependency groups during sync with Poetry Sync. Exact CLI syntax to exclude dependency groups during sync using Poetry Sync.
When to use this: Use for exclude dependency groups during sync with Poetry Sync.
Command Syntax
poetry sync --without <test|docs|...> poetry sync --without <test|docs|...> Live Command Builder
Final Command
poetry sync --without <test|docs|...> Command Breakdown
--without- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to exclude dependency groups during sync using Poetry Sync.
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 Sync Command: Install All Dependency Groups Including Optional
poetry sync --all-groups Poetry Sync Command: Install Project Without Dependencies poetry sync --only-root Poetry Sync Command: Install Specific Dependency Groups poetry sync --only <test|docs|...> Poetry Sync Command: Select Optional Dependency Groups During Sync poetry sync --with <test|docs|...> Poetry Sync Command: Skip Default Package Installation poetry sync --no-root