Hello, I am getting started with an organization a...
# general
d
Hello, I am getting started with an organization and a naive run of
pulumi new
creates a project and stack in my personal account rather than the org. I cannot find a switch or env var to instruct pulumi to use the org as the default account. Is this possible? Thanks!
g
There's not a way to do this currently. Can you open a feature request at https://github.com/pulumi/pulumi/issues/new ? This is actually something I've wanted too. 🙂
d
Aboslutely
g
Upvoted. 👍
m
It is actually possible to do this with:
Copy code
pulumi new -s <org>/<stackname>
g
Oh, you're totally right. 🤦‍♂️
I do still like the idea of being able to set a default org "globally" for my machine, rather than having to specify this every time.
👍 1
Or maybe a user setting in the console?
m
But it would be nice if the "wizard" asked which org to create the project/stack in.
That too
d
Thanks for the note on the existing flag!