This message was deleted.
# general
s
This message was deleted.
e
What is the reason for generating yaml files?
a
you could do this:
pulumi stack export |json2yaml  |less
, need some jq manipulation on the output ๐Ÿ™‚
r
our configuration is in yaml files that are parsed by python, i am planing on importing like 100 projects and donโ€™t want to manually write all the yaml files. ended up parsing with huge bash commands, thanks ๐Ÿ™‚
๐ŸŽ‰ 1