gb logout
Log out from Genbox.
Synopsis
gb logoutDescription
Logs out from your Genbox account by clearing locally stored credentials. This removes your authentication token from the local configuration file.
Examples
Log Out
gb logoutClears your authentication credentials.
Output
✓ Logged out from alice@example.comIf not logged in:
Not logged in.What Gets Removed
When you log out, the following is cleared from ~/.genbox/config.json:
- Authentication token
- User information (email, account details)
Notes
- SSH keys in
~/.genbox/are preserved (not removed) - To completely remove all Genbox data, delete the
~/.genboxdirectory - You can log back in anytime with
gb login
See Also
Last updated on