Does that mean if I jump between these project dir...
# general
l
Does that mean if I jump between these project directories, I'm going to have to keep `pulumi stack select`ing? 🤔
b
Yes. But I would get in the habit of providing the “-stack” argument to your commands, most support it. Then you can omit stack selection and don't have to make assumptions about what the currently selected stack is.
l
Yeah, that's fair