handsome-state-59775
04/27/2021, 5:02 AMpulumi preview
doesn't list stacks anymore. If I revert name change, select stack lists correctly.
How can I migrate an existing stack to use the new project name?~/.pulumi
. This is because I'm hosting state at app.pulumi.com?little-cartoon-10569
04/27/2021, 5:09 AMpulumi stack init ...
to create them in the new project name. You will also need to pulumi stack rm
in the old project.pulumi stack rename
.You can also rename the stack's project by passing a fully-qualified stack name as well. For example:
'robot-co/new-project-name/production'. However in order to update the stack again, you would also need
to update the name field of Pulumi.yaml, so the project names match.
handsome-state-59775
04/27/2021, 5:33 AM