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
gentle-diamond-70147
03/03/2020, 8:08 PM
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.