Forge logout doesn't work

Will someone else test this for me please?

forge logout
forge whoami

?

If I logout and login as another account… my original account persists. Where does forge store the local account info so I can delete it?

Hi GeneC,

Your login details are securely stored in the system keychain. You can inspect and delete those by opening “Keychain Access” on macOS, “Passwords and Keys” on Gnome and “Credential Manager” on Windows. Then search for “forge” there and remove the credentials.

A possible reason for the logout not logging you out is that you have credentials stored in the environment variables. Run set | grep FORGE to check - if you have FORGE_EMAIL and FORGE_API_TOKEN set forge logout won’t work and you will have to clear them manually.