hm, strike that question above - but is there an e...
# general
m
hm, strike that question above - but is there an easy way to get, from
pulumi up
the URL where people can follow along, in a machine-readable form? I'd like to provide a link to that from a github workflow and it's only really accessible in logs right now
b
you can output your
output
as json and upload them as github action artifact and starts from there
m
hmmm, what's the commandline flag for that?
oh wait, you mean the exported resources? that's not what i mean
I would like the "update" URL in the project
b
no idea about that, please clarify
m
so when you run, e..g.
pulumi preview
, it emits a line like
Copy code
Previewing update (project/stack)

View Live: <https://app.pulumi.com/project/stack/staging/previews/uuid-uuid-uuid-uuid>
that "View Live" URL is what I want