hallowed-pilot-33885
10/30/2019, 4:53 PMwhite-balloon-205
pulumi stack
and some flags to that to get more information. But not currently a full way to drill down into resources.
We’ve actually been experimenting with a CLI-based resource explorer recently though.
Curious - whats driving you to want to do this via CLI vs web? Is it for scripting? Or just a preference for staying in the CLI UX? What key information are you looking for - property value, links to cloud consoles, something else?hallowed-pilot-33885
10/30/2019, 5:40 PMjq
pulumi stack export | jq '.deployment.resources[] | select(.urn|endswith("{instance name}")) | .outputs.tags.Name'
white-balloon-205
pulumi stack export
is good here.