Is there a way to rename a project? I thought mayb...
# general
w
Is there a way to rename a project? I thought maybe I could use the
pulumi stack rename
with a fully-qualified name but this project is self-managed and so I have no organization name.
e
Not really for self-managed. If you upgrade to project mode (pulumi state upgrade) it might work, but this is a new and I'm not sure renames are tested for it.
Just checked the code for this, doesn't look like project rename works yet but we can probably get this fixed in time for the release this week.
Fixing this and adding some tests: https://github.com/pulumi/pulumi/pull/13047 Should make the next release.
w
Wow thanks! Appreciate the reply and to get a fix too is awesome.