Hi I am currently evaluating pulumi for my organis...
# general
s
Hi I am currently evaluating pulumi for my organisation. Is it possible to create a project with my indivdual account and then further down the line move the project to a collaborative organisation when I upgrade the account
s
Simply
PULUMI_ACCESS_TOKEN=your_org_token pulumi login
followed by
pulumi up
et voila, it's now in your org's account Sometimes that doesn't work, so I find myself doing
pulumi logout
first
You'll also need to re-encrypt any secrets you might have used
b
You can move stacks and projects between orgs via the web UI
s
Thank you guys