Is there a way to retrieve output information from...
# general
a
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
curl $(pulumi stack output url)
👍 1
a
Ah cool!