or else, is there way to create a new project with...
# azure
m
or else, is there way to create a new project with existing stack in cloud or importing it into a json?
a
You could try:
Copy code
$ pulumi stack export > myStack.json
# and then, after creating a new project, import this stack. 
$ pulumi stack import --file myStack.json