I logged in to local `pulumi login --local` and no...
# general
w
I logged in to local
pulumi login --local
and now I want to login to the cloud service, but
pulumi login
keeps re-logging in to my local machine
c
Hey @worried-engineer-33884 sorry for the trouble here. It’s a known regression we’ll fix right away. In the mean time, you can work around this by running
pulumi login --cloud-url <https://api.pulumi.com>
.
w
great, that worked. thanks!
c
https://github.com/pulumi/pulumi/issues/2926 is the backing issue on GitHub. Should be fixed before the next Pulumi CLI release.