Is there a good reason to why `pulumi up` doesn't ...
# general
w
Is there a good reason to why
pulumi up
doesn't run
init
if the stack doesn't exists?
1
r
What is the behavior you see? Running
pulumi up
in a directory with a
Pulumi.yaml
file should run
init
w
That I get a message saying the stack doesn't exist if I recall correctly.