sparse-intern-71089
10/09/2023, 8:37 AMdry-keyboard-94795
10/09/2023, 9:29 AMlittle-cartoon-10569
10/09/2023, 7:18 PMpulumi stack select dev
pulumi stack select myaccount/dev # same as previous line
So if you want to destroy all the resources in a particular org stack, then recreate them in a personal stack (which has pretty much the same result as Anthony's more powerful technique above), you could do this:
pulumi stack select myorg/dev
pulumi destroy
pulumi stack select dev
pulumi up
little-cartoon-10569
10/09/2023, 7:19 PM