Closed alinaivanovaoff closed 2 months ago
Hey @alinaivanovaoff ,
TL;DR, to EZ-logoff: ./slackdump workspace del <name>
, i.e. ./slackdump workspace del default
.
Long answer:
First off, let's be precise — it's not just some random EZ-login, it's EZ-Login 3000 😂
Jokes aside, the -auth-reset
moved in v3 to "workspace" group of commands.
To list all authenticated workspaces, one can use "list"
./slackdump workspace list
And to delete (equivalent of -auth-reset
):
./slackdump workspace del <name>
where
Key new feature, is that one can have multiple workspaces in v3, and "workspace select" allows to switch between them if needed.
Hi everyone! How can I perform an EZ-login reset? It seems that the "./slackdump -auth-reset" command isn't working.