Upload to Ionic Cloud with specific credentials

50 Views Asked by At

I have 2 different accounts in Ionic Cloud, one is personal and the other is the professional one.

I've logged out from both of them and then I want to create a new app_id in my professional account.

So I run $ionic io init to generate the account, but the app gets created in my personal account no matter what I do.

Is there any way to specify the credentials when generating the app? Or does anybody know how to definitely log out of the account for ionic-cli?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

My question was answered in the github account, so I'm posting the answer just in case finds it useful.

Just with $ionic login I can change the current account.