how can I switch between some projects using azure...
# general
l
how can I switch between some projects using azure blob backend and some projects using pulumi cloud? According to docs I should be able to run
pulumi login
to login to pulumi cloud, but that's not what's happening:
Copy code
❯ pulumi login
Logged in to trond-x1 as trond (azblob://<my-storage-account>)
(fixed it by setting "current" to "null" in credentials.json, but this seems like an oversight)