poetry-show
Verified for current stable LTS
Poetry Show Command: Exclude Specific Dependency Groups
Use for exclude specific dependency groups with Poetry Show. Exact CLI syntax to exclude specific dependency groups using Poetry Show.
When to use this: Use for exclude specific dependency groups with Poetry Show.
Command Syntax
poetry show --without <group1,group2,...> poetry show --without <group1,group2,...> Command Breakdown
--without- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to exclude specific dependency groups using Poetry Show.
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 Show Command: Show All Packages
poetry show Poetry Show Command: Show Dependency Tree poetry show -t Poetry Show Command: Show Latest Package Versions poetry show -l Poetry Show Command: Show Outdated Packages poetry show -o Poetry Show Command: Show Specific Dependency Groups poetry show --only <group1,group2,...>