https://pulumi.com logo
a

average-dream-51210

06/13/2019, 1:04 AM
Is there a way to retrieve output information from Pulumi CLI? Like if I wanted to create a script that relies on certain output variables?
w

white-balloon-205

06/13/2019, 1:05 AM
curl $(pulumi stack output url)
👍 1
a

average-dream-51210

06/13/2019, 1:07 AM
Ah cool!