Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#automation-api
Title
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
You can get the permalink from an update result:
https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/auto#UpResult.GetPermalink
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
Post