dennysutanto
07/03/2020, 2:39 PMAlbert Margarit (NS Eng Lead)
07/03/2020, 3:22 PMAlbert Margarit (NS Eng Lead)
07/03/2020, 3:23 PMdennysutanto
07/03/2020, 4:51 PMsdfcli savetoken -account xxxxx_SB1 -authid sandboxDev
and the response is
Invalid option "-authid".
I'm using cli-2020.1.1.jar , i suppose the authid is deprecated as well ?Albert Margarit (NS Eng Lead)
07/04/2020, 10:13 AMAlbert Margarit (NS Eng Lead)
07/04/2020, 10:14 AMAli Syed (NS DevTools QA)
07/04/2020, 7:54 PMsdfcli authenticate -authid xyz
this will open web AuthenticationAli Syed (NS DevTools QA)
07/04/2020, 7:55 PMsavetoken
command is that right now we are supporting old and new methods to save token. The command you mentioned above will not work as its a mixture of new and old structure.
The old was (soon to be deprecated):
Sdfcli savetoken -tokenid -tokensecret
-account -url
etc. This doesn't support authid
The new command structure with authid
Sdfcli authenticate -savetoken - authid xyz -tokenid xys -tokensecret
xyx -account
dennysutanto
07/06/2020, 8:27 AM