I am thinking of using Pulumi with two different c...
# general
b
I am thinking of using Pulumi with two different companies I work with, each with their own Team Starter or Pro account. Is there a way to tell Pulumi which account to associate itself with when running the command line? Environment variable of something.
g
Each of the stack-specific commands supports the
-s
flag to specify the stack to use and can be in the form
<org-name>/<stack-name>
.
If that's omitted, it will use your personal/individual org.
There's a feature request https://github.com/pulumi/pulumi/issues/3989 that you could add some feedback to if you have an idea of how this could be better.
👍 1
l
@gentle-diamond-70147 @bitter-zebra-93800 some time ago, I also raised another ticket around that: https://github.com/pulumi/pulumi/issues/3747
g
Thanks for linking them together. 👍
😉 1