limited-rainbow-51650
02/15/2021, 5:59 PMUpResult
after running stack.Up
?
https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v2/go/x/auto#UpResult
The update ID is what I get returned from this platform REST call:
https://api.pulumi.com/api/stacks/{{.Organization}}/{{.Project}}/{{.Stack}}/updates?output-type=service&pageSize=10&page=1lemon-agent-27707
02/15/2021, 7:17 PMpulumi stack history --json
Does that match up with the ID you're looking for? If so it would be easy to add that to update summary.limited-rainbow-51650
02/15/2021, 9:47 PMlemon-agent-27707
02/15/2021, 9:50 PMlimited-rainbow-51650
02/16/2021, 7:29 AMlemon-agent-27707
02/16/2021, 7:01 PMassert.Greater(t, res.Summary.Version, 0)
To this test: https://github.com/pulumi/pulumi/blob/08c88483753f31a4c62c448a48b324dd19265b9c/sdk/go/x/auto/local_workspace_test.go#L759limited-rainbow-51650
02/16/2021, 7:09 PM