For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
edda logout
Remove the Edda CLI credentials file from your machine so the local OAuth session ends and future deploys require login again.
Delete the credentials file saved by edda login from your local machine.
Use edda logout when you finish on a shared computer, need to switch GitHub accounts, or want to confirm no local credentials remain before handing off a machine. After logout, commands that require auth, such as edda push, prompt you to run edda login again.
To switch accounts, run edda logout, then edda login and verify with edda whoami. Logout only removes the local credentials file; it does not revoke access in the Edda dashboard or delete deployed docs.
edda logoutThe CLI stores credentials at ~/.config/blodemd/credentials.json (or %APPDATA%\blodemd\ on Windows). edda logout removes that file. If the CLI finds no credentials file, it prints a message and exits cleanly.
This command has no flags.
Examples
edda logoutOutput
Published with Edda