Parse yaml and export as linux environment variable #2114
Unanswered
sathishsonofsankar
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can use the
|
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Input yaml file:
My objective is to parse this and export as linux environment variable(user=id of subscription). all with in yq script.
I tried using to_entries and ireduce to export every map entry,But couldn't achieve exporting as environment variable.
@mike.f Any help here will be appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions