https://pulumi.com logo
Title
p

polite-sandwich-68547

05/05/2023, 8:02 AM
do you know if there's a way to rename a Pulumi project?
e

echoing-dinner-19531

05/05/2023, 10:30 AM
Get the full path of your stack something like "Leonardo/myproject/mystack" and call
pulumi stack rename Leonardo/newproject/mystack
then update the Pulumi.yaml to match.
p

polite-sandwich-68547

05/05/2023, 10:51 AM
thank you @echoing-dinner-19531 though that renames the stack, I want to rename the project
e

echoing-dinner-19531

05/05/2023, 10:51 AM
If you give the fully qualified stack path but only change the project part it will rename the project.
p

polite-sandwich-68547

05/05/2023, 11:06 AM
thank you @echoing-dinner-19531 trying...