Skip to content

Read env vars and substitutions from file #971

@GordianDziwis

Description

@GordianDziwis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions