nodecli - when a sandbox is refreshed (how) can I ...
# sdf
m
nodecli - when a sandbox is refreshed (how) can I update the existing authID with the new tokens?
a
I don't think that's possible right now 😞 It's definitely a good case
I guess the workaround is to create a new one. Once remove tokens is available, I guess you'll need to remove and re-add the token
m
Thanks Albert.
👍 1
s
can you get rid of an existing
authid
as well? or are we facing needing to have essentially duplicates with some naming convention for each refresh?
d
pretty much the same suggestion already stated, but I had same scenario and just switched to using Java CLI
manageauth
options to accomplish this since remove/rename is already exposed there, seems like Java and Node CLI both reference the same authIds on machine
👍 1
a
@Carlos Olivares (NS DevTools PM) @Ali Syed (NS DevTools QA) I think the remove option will be there some time soon
a
Yes,
rename
,
remove
will be available in upcoming release.