delightful-computer-48592
11/15/2022, 2:47 PMpulumi stack --show-urns
I’m getting in the output something like this:
TYPE NAME
pulumi:pulumi:Stack infra
│ URN: urn:pulumi:xxxx
├─ pulumi:providers:aws cluster
│ URN: urn:pulumi:xxxx
├─ pulumi:providers:aws default
│ URN: urn:pulumi:xxxx
├─ infra:k8s-cluster-v2 cluster-2
│ │ URN: urn:pulumi:xxxx
and I would like to get results only by NAME=cluster
.
Is it possible to do it without using a third-party tool like grep, sed, etc?billowy-army-68599
11/15/2022, 3:07 PMdelightful-computer-48592
11/15/2022, 3:09 PM