-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
For example:
[tool.poe]
envfile = ".env"
[tool.poe.tasks]
migrate = "alembic -x dbname=$POSTGRES_URL upgrade head"
Issue:
If I run poetry run poe migrate
then poe will use the POSTGRES_URL set in the .env file, not POSTGRES_URL set in the environment.
Expectation:
poetry run poe migrate
first tried to find POSTGRES_URL in the environment, and falls back to looking it up in the .env file only if POSTGRES_URL is not set in the environment
Metadata
Metadata
Assignees
Labels
No labels