Is there a way to have `pulumi login` as a local s...
# general
g
Is there a way to have
pulumi login
as a local state instead of a global? I work on multiple projects and some use S3 backend others pulumi cloud service. And it is extremely inconvenient having to think about "log in" / "log out" while this can be easily automated via
direnv
. Are there any environment variables I can set to select where do I want to log in?
c