How can I get the Pulumi CLI/automation API to out...
# general
h
How can I get the Pulumi CLI/automation API to output URNs when it reports missing resources? Verbosity levels don't seem to help here. Would be so useful in avoiding grepping through the output of
pulumi stack export
1
g
you mean
pulumi stack --show-urns
? I wonder what would
pulumi refresh
do for you?
h
thanks -
pulumi stack --show-urns
gives me what i need