I renamed a stack project: from: `pulumi stack ren...
# general
p
I renamed a stack project: from:
pulumi stack rename org/projectOLD/sand
to:
pulumi stack rename org/projectNEW/sand
but then the /prod stack disappeared though I still see it in Pulumi webUI I tried importing it back w/
pulumi -v 3 stack import -s org/projectOLD/prod
though the CLI just hangs and displays no logs. anyone has any suggestions?