I have an organization set up and I am noticing th...
# general
f
I have an organization set up and I am noticing that after every stack operation (
up
,
config
,
refresh
, etc), the CLI somehow reverts to creating and selecting a stack by the same name in my personal account rather than in the organization. I have to
pulumi stack select myorg/project/stack
after every command
nevermind - turns out we had a call to
Copy code
LocalWorkspace.createOrSelectStack
but were not specifying the project, only the stack