quaint-book-39362
06/21/2022, 11:15 PMpulumi stack show-current
. though it would be great pulumi stack
supported the --json
flag.billowy-army-68599
pulumi stack ls
supports the --json
flagquaint-book-39362
06/21/2022, 11:25 PMbillowy-army-68599
pulumi stack ls --json | jq '.[] | select(.current==true) | .name'
quaint-book-39362
06/21/2022, 11:34 PM