I've messed up one of my projects somehow. if I ru...
# general
b
I've messed up one of my projects somehow. if I run
pulumi preview
on an existing project, it says
project1
doesn't match
project2
.
project1
is in
Pulumi.yaml
I was running a script (within a pulumi stack) that was executing
pulumi stack ls -a
as I wanted to find stack outputs dynamically - and didn't know how else to do it. it seems like running pulumi commands in the context of a
pulumi up
has fried my local project. (one folder in a mono-repo). This is probably all confusing, but any idea what I can do to get myself out of this mess? What cache state is being stored here?