This message was deleted.
# general
s
This message was deleted.
👍 1
b
It does not 😕 Can you open an issue about this @fresh-summer-65887?
f
I can indeed @broad-dog-22463.
I should open it here: https://github.com/pulumi/pulumi ?
w
We actually recently added the
PULUMI_BACKEND_URL
env var that can be used to set the default backend without needing to depend on machine-wide
pulumi login
. See https://github.com/pulumi/pulumi/pull/5789. I just realized though that this was not added to docs. I've opened https://github.com/pulumi/docs/pull/4874 to add that documentation.
🙌 1
f
As I mentioned as a comment, I'm not sure
PULUMI_BACKEND_URL
will sufficient for two profiles on the same backend. I've got a workaround here https://github.com/pulumi/pulumi/issues/6029#issuecomment-752780367 which is good enough for me but you may still consider first class support.