powerful-football-81694
06/14/2021, 7:44 PMpulumi stack output SomeOutput --stack DaRosenberg/OrgFlow/stackName
I’ve tried referencing the Pulumi
package and using a StackReference.GetValueAsync()
call, but that only gives me:
System.InvalidOperationException : Trying to acquire Deployment.Instance before 'Run' was called.
What’s the right way? Do I need to use the Automation API for things like this?brave-planet-10645
06/14/2021, 8:22 PMpowerful-football-81694
06/14/2021, 8:22 PMnull
for the program
parameter actually seems to work.bored-oyster-3147
06/15/2021, 12:38 PMnull
to setup the workspace not to setup a specific update action. This is so that you can do subsequent update actions without needing to pass your program everytime. If you were to try to execute an inline update action (preview or up) than I suspect you'd see issues.null!
powerful-football-81694
06/15/2021, 5:32 PM