Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the accountId that is required to do a cloud build with nativescript?

Tags:

nativescript

Currently the following command:

tns cloud build android --accountId=<cannot find the account id assigned to our email>

returns this line: Invalid accountId index provided

How could you get the correct accountId for your account?

(note that we have already used tns login to login successfully)

like image 910
George Pligoropoulos Avatar asked Dec 13 '22 17:12

George Pligoropoulos


1 Answers

'1' works for me.

--accountId=1

like image 150
pansila Avatar answered Dec 28 '22 08:12

pansila