Skip to content

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

@bitonio

Description

@bitonio

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions