poetry-dotenv-plugin
poetry-dotenv-plugin copied to clipboard
A Poetry plugin to automatically load environment variables from .env files
Hi, thanks this seems like a very useful plugin for `poetry`. The documentation is a little confusing. It says this works for poetry commands (plural). However, the environment variables seem...
Once #1 is resolved, we'll need to integrate that into a CI/CD process so that it's easy to publish new releases through git tagging and [Github Actions](https://github.com/features/actions).
I added the plugin via 'poetry add poetry-dotenv-plugin' to my dependencies and everything works for on local. However, in my CI/CD pipeline it can't find the environment variables from the...
I recognized, that my Variables are available with `poetry run`. But if I use `poetry shell` the variables are still using the variables I specified global. `poetry shell` should also...
Respect type hints in https://python-poetry.org/docs/plugins/#event-handler