Hi folks, is there a way to get organizations to p...
# general
s
Hi folks, is there a way to get organizations to play well with
pulumi login --local
? If I try to do a
pulumi stack init myusername/something
I get back a
error: stack names may not contain slashes
My understanding is that
stack init
respects org names, and under file:// your org name is just your username.
l
Organizations work only with the Pulumi backend.
So they don't ever work with
--local
.
s
Got it, okay. Nevermind!
e
We have https://github.com/pulumi/pulumi/issues/2522 to look into adding project as part of the stack identity for the local backend. We've had some thoughts about if it makes sense to have org there as well, feel free to comment with your use cases on the ticket.