nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.4k stars 58 forks source link

Is is possible to overide the .envfile? #150

Closed vesnikos closed 1 year ago

vesnikos commented 1 year ago

having a task defined as eg bellow:

[tool.poe.tasks.runserver]
envfile = ".env.dev"

is it possible to overide the envfile param manually on the cli? e.g.

poe runserver --env-file .env.prod