poetry-source
Verified for current stable LTS
Poetry Source Command: Remove Source From Pyproject
Use for remove source from pyproject with Poetry Source. Exact CLI syntax to remove source from pyproject using Poetry Source.
When to use this: Use for remove source from pyproject with Poetry Source.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
poetry source remove <source_name> poetry source remove <source_name> Command Breakdown
poetry is the base executable for this command.
FAQ
Purpose: Exact syntax to remove source from pyproject using Poetry Source.
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 Source Command: Add Source Configuration
poetry source add <source_name> <source_url> Poetry Source Command: Display All Sources Info poetry source show Poetry Source Command: Display Specific Source Info poetry source show <source_name> Poetry Source Command: Set Source Priority poetry source add --priority <primary|supplemental|explicit> <source_name> <source_url>