poetry source add <name> <url>
Add source configuration for project
Arguments
Name | Description |
---|
name | Source repository name |
url | Source repository URL. Required, except for PyPI, for which it is not allowed |
Options
Name | Description |
---|
-h, --help | Display help information |
-v, --verbose | Increase the verbosity of messages |
-vv | More verbose output |
-vvv | Debug output |
-V, --version | Display this application version |
--ansi | Force ANSI output |
--no-ansi | Disable ANSI output |
-n, --no-interaction | Do not ask any interactive question |
--no-plugins | Disables plugins |
--no-cache | Disables poetry source caches |
--directory <directory> | The working directory for the poetry command |
-q, --quiet | Do not output any message |
--default | Set this source as the default (disable PyPI). A default source will also be the fallback source if you add other sources. (Deprecated, use --priority) |
--secondary | Set this source as secondary. (Deprecated, use --priority) |
--priority | Set the priority of this source. One of: default, primary, secondary, supplemental, explicit. Defaults to primary |