Quick question I haven't found answered in the doc...
# general
q
Quick question I haven't found answered in the docs: can I check the current stack in my Pulumi program? I thought it might be accessible through Config. Or should I just put the differences in Config vars and use that to differentiate between stacks?
b
There's a getStack method in all sdks
q
Thanks! I figured, but didn't see it until you pointed it out.