sparse-intern-71089
04/27/2021, 5:02 AMhandsome-state-59775
04/27/2021, 5:05 AM~/.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.little-cartoon-10569
04/27/2021, 5:09 AMpulumi stack rename
.little-cartoon-10569
04/27/2021, 5:10 AMYou 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