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

feat: provide support for .env files injects via API #975

Open
antongolub opened this issue Dec 14, 2024 · 0 comments
Open

feat: provide support for .env files injects via API #975

antongolub opened this issue Dec 14, 2024 · 0 comments
Labels
ossln24 OSS Library Night 2024

Comments

@antongolub
Copy link
Collaborator

relates #974

Introduce .env loading via API

./path/prod.env

FOO=BAR

my-script.mjs

$.env = './path/prod.env'
await $`echo $FOO`.stdout // BAR
@antongolub antongolub added the ossln24 OSS Library Night 2024 label Dec 14, 2024
@antongolub antongolub changed the title feat: provide support for .env files injects via CLI feat: provide support for .env files injects via API Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ossln24 OSS Library Night 2024
Projects
None yet
Development

No branches or pull requests

1 participant