-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/docsDocumentation issues/improvementsDocumentation issues/improvements
Description
Hello!
The documentation is not precise on how to configure repositories via variables.
In the docs on
Line 444 in 0811469
| **Environment Variable**: `POETRY_REPOSITORIES_<NAME>` |
POETRY_REPOSITORIES_<NAME> but in the code on poetry/src/poetry/config/config.py
Line 200 in 0811469
| pattern = re.compile(r"POETRY_REPOSITORIES_(?P<name>[A-Z_]+)_URL") |
pattern = re.compile(r"POETRY_REPOSITORIES_(?P<name>[A-Z_]+)_URL")With _URL suffix.
So configuring as documented won't work.
Thanks and keep up the good work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/docsDocumentation issues/improvementsDocumentation issues/improvements