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

Allow cli-eaa to ingest Jinja variable from environment variable #39

Open
bitonio opened this issue Apr 2, 2024 · 0 comments
Open

Allow cli-eaa to ingest Jinja variable from environment variable #39

bitonio opened this issue Apr 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bitonio
Copy link
Collaborator

bitonio commented Apr 2, 2024

feature originally requested by @alexkleinfig

Current status

Today cli-eaa supports passing variable (name, value) down to the application configuration template with Jinja2 syntax, using command line arguments like (more on the doc):

cat myapp.json.j2 | akamai eaa app create --var FOO bar --var --var QUX baz

It requires crafting some long command line.

Feature request

This feature request is to allow an equivalent with env vars such as:

export CLIEAA_VAR_FOO="bar"
export CLIEAA_VAR_QUX="baz"
cat myapp.json.j2 | akamai eaa app create 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant