https://pulumi.com logo
Title
m

magnificent-sugar-64951

05/21/2023, 9:57 AM
or else, is there way to create a new project with existing stack in cloud or importing it into a json?
a

astonishing-exabyte-93491

05/23/2023, 10:32 AM
You could try:
$ pulumi stack export > myStack.json
# and then, after creating a new project, import this stack. 
$ pulumi stack import --file myStack.json