Output a "flat" YAML #700
Answered
by
mikefarah
debuglevel
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mikefarah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please describe your feature request.
Create an output with the full path of each key instead of the usual hierarchical YAML syntax. I don't know whether this would actually be a valid YAML, but it would be nice to be used for further processing.
Describe the solution you'd like
Example given:
would convert it to
This would be useful for further processing, e.g. creating environment variables like often used with for Docker:
Describe alternatives you've considered
Probably could also be done with some Python.
Beta Was this translation helpful? Give feedback.
All reactions