sparse-intern-71089
11/11/2020, 9:56 PMhundreds-toddler-20724
11/11/2020, 9:58 PMpulumi stack select stack1-dev
pulumi up
When this runs I RunAsync<MyStack1>()
from main.
pulumi stack select stack2-dev
pulumi up
This runs RunAsync<MyStack2>()
But in order to do this I have to access the environment variables to identify the stack (PULUMI_STACK) since DeploymentInstance is not available yet. Am I thinking about this wrong?