Ever since I got into NetSuite I've always used the WebStorm SuiteCloud plug-in but now I've been learning about the SuiteCloud CLI SDK. When using the
account
command, where are my account ids stored? is it a JSON file somewhere? or are we not supposed to know that for security reasons?
d
dbaghdanov
02/05/2024, 4:41 PM
there's an account hash in ~/.suitecloud-sdk/credentials
m
Mr_Tib
02/05/2024, 6:49 PM
Thanks. Went down a rabbit hole and found out the java tool handles all of that . Cool stuff.