[SOLVED] How to transfer app from one user/org to another in Meteor Cloud?

F.e. how do I transfer an app from my user to one of my orgs?

1 Like

You can tranfer your app by using a --transfer option and authorizing a hostname and account. The command would be something like:

DEPLOY_HOSTNAME=[your_region] meteor authorized [your_existing_hostname] --transfer [new_account_name]

This is in our cloud guide: Transfer apps | Galaxy Docs

3 Likes

Nice thanks. I was looking for an option in the UI, in Settings, but didn’t see one there.