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

Read env vars and substitutions from file #971

Open
GordianDziwis opened this issue Mar 11, 2021 · 0 comments
Open

Read env vars and substitutions from file #971

GordianDziwis opened this issue Mar 11, 2021 · 0 comments

Comments

@GordianDziwis
Copy link

My workaround for env vars is to put export $(cat .env | xargs) into my scripts and substitutions I read with:

IFS="="; while read -r key value; do echo -n " -s _$$key=$$value"; done < .env | xargs -o popper run -f wf.yml

It would be nice if popper would support reading from an .env file directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant