Anyone using the new sdfcli 2020.2 with VSCode SDF...
# sdf
g
Anyone using the new sdfcli 2020.2 with VSCode SDF extension? What do I consider as the -authid on the .sdfcli.json file?
a
Which VS Code Extension are you referring to? There is no official extension for VS code.
-authid
is just a user defined string an alias for your token
g
This one
I was able to connect, I just needed to do a sdfcli authenticate and create an alias for the token (-authid) as you mentioned
sdfcli authenticate -authid myDevAccount
a
This is not an official suitecloud extension from Oracle Netsuite, so not aware how this works.
b
you are looking for @chris
c
that’s mine! 😄
you’ll need to run
savetoken
from the command pallette and then add
authid: AUTHID
in the
.sdfcli.json
file
👍 1
For anyone forced to upgrade to 2020.2's sdfcli, you’ll need to add the
authid
key value to the
.sdfcli.json
config file, sampled here: https://github.com/christopherwxyz/NetSuiteSDF#notice Sorry for forcing y’all to use 2020.2 and TBA! 😄
👍 1
g
Thank you very much @chris
👍 1