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 for JSON environment variables #452

Open
victor-ufg opened this issue Jul 13, 2023 · 0 comments
Open

Allow for JSON environment variables #452

victor-ufg opened this issue Jul 13, 2023 · 0 comments

Comments

@victor-ufg
Copy link

victor-ufg commented Jul 13, 2023

What is the problem you are trying to solve by the feature?

I want to use JSON strings in environment variables. As a nice to have, those JSON strings could be multiline.

What is the solution do you propose?

To have a way to skip html entity encoding of variables.

What changes in deploy.yml format do you propose?

As a nice to have, allow for multiline Yaml strings. Currently, if I try to do multiline, the sdk will silently go on, but the docker/sdk up will fail:
image

What changes in command line interface do you propose?

To not to encode env variables with html entities (see screenshot above).

What alternatives have you considered?

none.

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

No branches or pull requests

2 participants