Authentication
Login and logout commands for the InverseUI CLI.
Login
inverseui loginHow It Works
- Run the command in your terminal
- A browser window opens with the InverseUI login page
- Sign in with your Google account
- Copy the authentication code and paste it back into your terminal
Credential Storage
Your token is stored at:
~/.inverseui/credentials.jsonCheck Status
inverseui whoamiLogout
inverseui logoutWhat It Does
- Removes the stored API token
- Does not affect your Chrome profile data
- Does not delete your InverseUI account
When to Use
- Switch to a different InverseUI account
- Remove credentials from a shared machine
- Troubleshoot authentication issues