easy question for you guys...how do you create a n...
# general
e
easy question for you guys...how do you create a new project via CLI with a different Owner?
g
A different owner?
e
That's what you have it called in the GUI
but it's the org or user for the project
I want to change from my account to the org's account
g
Looking...
e
thanks!
g
It is possible to do it today by specifying args explicitly, but it's not ideal as you have to repeat the proj name in both the
-n
and
-s
args, e.g.
pulumi new aws-typescript -n myproj -s justinvp/myproj/dev
.
e
ok great, will try it
exactly what I needed, thanks!