anyone know if SDFCLI caches TBA tokens on a per-p...
# sdf
s
anyone know if SDFCLI caches TBA tokens on a per-project basis? I just switched my project (i.e.
sdfcli project ...
) to another folder and it doesn't seem to be using my previously cached token (used on a different SDF project for an account I'd previously cached)?
l
Hi @stalbert , At this moment the tokens are stored encrypted in the file .clicache in the same folder as the cli jar file, as @battk explained. This info is used by all projects . That means that you cannot specify a token for a single project.
s
thanks @Luis Pérez Villegas (NS Devtools SE)
l
Welcome! 😉