Is there a way to access the URL of a given Pulumi...
# automation-api
f
Is there a way to access the URL of a given Pulumi run (e.g., on app.pulumi.com) from the Automation API?
l
f
🤔 Is that available from Python? I'm not immediately seeing an analog there.
r
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
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