Is there any easy way to rename a project a move a...
# general
f
Is there any easy way to rename a project a move around the files/folder root of the project
g
I'd recommend searching this channel for
rename
there is
pulumi stack rename
command you can change the full name of the stack to move to another project https://www.pulumi.com/docs/intro/concepts/stack/
there are some potential side effects though - search this channel and
getting-started
as well
f
Thanks that should help
The big issue I had was when I moved the actual files
It didn't seem to recognize it anymore
g
yeah the main thing is
Pulumi.yam
which contains the reference to the current project.