Hi, Is there a way to initialize new stack from Ty...
# general
a
Hi, Is there a way to initialize new stack from Typescript code, as an alternative to
Copy code
pulumi stack init dev
I see we have only getStack, but not setStack
Copy code
import * as pulumi from "@pulumi/pulumi";
const env = pulumi.getStack();
n