Migrate project
On this page
BETA
You can migrate a project from one org to another using edgectl. This is best illustrated with an example.
Alice has created a project in her personal org, let’s call it alice/projecthatter
.
After working on the project for some time, she decides that it’s best hosted under her
employer’s org (Acme Corp). That is to say, Alice wants to
perform the project migration alice/projecthatter --> acme/projecthatter
.
The person performing the migration must have role org:admin
(or higher) on both the
source org (alice
in this case) and the destination org (acme
).
If you don’t have sufficient privileges, contact Darcy Support for assistance.
Using edgectl
:
edgectl migrate project --id alice/projecthatter --org acme
Verify that the migration was successful:
edgectl get project acme/projecthatter