hivemind
hivemind copied to clipboard
Support skipping loading .env file
This patch adds supports for skipping loading the .env file, by setting the HIVEMIND_SKIP_ENV environment variable. For example:
$ HIVEMIND_SKIP_ENV=1 hivemind
Resolves #28.
@DarthSim is there interest in moving forward with this?
@DarthSim this will be a nice addition.
Yes please
FWIW, you can use https://github.com/clerk/hivemind/ which contains this PR.