https://pulumi.com logo
#general
Title
# general
c

cuddly-father-4905

02/04/2022, 1:25 PM
Is there a way of setting a default organisation for a Pulumi project? e.g. so that instead of typing
pulumi up -s my-org/production
we can just type
pulumi up -s production
I tried
pulumi config set org my-org
, but that just seemed to set a config value in the default stack
e

echoing-dinner-19531

02/04/2022, 1:30 PM
pulumi org set-default <org name>
c

cuddly-father-4905

02/04/2022, 2:12 PM
Thanks @echoing-dinner-19531!
3 Views