blodemd logout
Remove stored credentials from your local machine.
Delete the credentials file saved by blodemd login from your local machine.
blodemd logoutThe CLI stores credentials at ~/.config/blodemd/credentials.json (or %APPDATA%\blodemd\ on Windows). blodemd logout removes that file. If the CLI finds no credentials file, it prints a message and exits cleanly.
This command has no flags.
blodemd logout$ blodemd logout
~ Logged out successfully.
i Done$ blodemd logout
i No credentials found.