Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Configure environment variables from .env file #645

Open
six5536 opened this issue Oct 29, 2024 · 1 comment
Open

Feature request: Configure environment variables from .env file #645

six5536 opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@six5536
Copy link

six5536 commented Oct 29, 2024

What version?

0.23.0

Which command?

proto

What happened?

It would be great to be able to specify a file from the .prototools file from which to load environment variables.
mise does this with something like:

[env]
_.file = '.env'

Our specific use-case:
Embedded C toolchain can be installed in any folder by a developer. Each dev has their own .env file for the project which specifies the location of the toolchain.

BTW Great project, I long for the day when this type of tool is mature.

Trace logs?

No response

Operating system?

MacOS

Architecture?

x64

@six5536 six5536 added the bug Something isn't working label Oct 29, 2024
@milesj
Copy link
Contributor

milesj commented Nov 1, 2024

Yeah this seems reasonable. Let me look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants