https://pulumi.com logo
f

full-artist-27215

06/21/2021, 4:38 PM
Is there a way to access the URL of a given Pulumi run (e.g., on app.pulumi.com) from the Automation API?
l

lemon-agent-27707

06/21/2021, 5:09 PM
f

full-artist-27215

06/21/2021, 5:25 PM
🤔 Is that available from Python? I'm not immediately seeing an analog there.
r

red-match-15116

06/21/2021, 5:27 PM
Yeah, this is only in the Go SDK at the moment. Feel free to open an issue to implement this for python.
It will be included in
UpResult.stdout
though, so you can regex for it as needed.
f

full-artist-27215

06/21/2021, 5:37 PM
Cool, thanks for the pointers; I'll try and file an issue later today.
Turns out there was already an issue for this, which I've now commented in support of: https://github.com/pulumi/pulumi/issues/5533