D
DreamLake

CLI Reference

logout

Remove stored credentials.

dreamlake logout

Behavior

Deletes the locally stored dreamlake JWT from the token storage backend (keyring, encrypted file, or plaintext file). After logout, commands that require authentication will fail until dreamlake login is run again.

Note: logout does NOT revoke the token server-side. If someone has a copy of the token, it remains valid. To fully revoke, the server's JWT secret must be rotated.