Skip to content

Option to skip reading .env? #28

@evandam

Description

@evandam

Hi folks,

Would it be possible to add a flag that skips reading a local .env file? It seems to get loaded no matter what, which isn't always desired.

It would also be good to avoid setting things like $PORT too

Example:

Procfile

test: sh -c 'echo FOO is $FOO'

.env

FOO=BAR
❯ hivemind -l test
test | Running...
test | FOO is bar
test | Process exited

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions