Good morning. Do you have any insight on how I cou...
# typescript
b
Good morning. Do you have any insight on how I could export some of the stack outputs as a YAML file?
w
There's
pulumi stack export
which outputs a json object but should be a good starting point for you
b
thanks for your answer! I've finally just used the native typescript yaml library