/logout command allows you to logout from ScryCLI and clear your stored configuration.
Usage
What It Does
The logout command:- Prompts for confirmation before logging out
- Removes user configuration from
~/.scrycli/config.json - Removes model configuration from
~/.scrycli/config.json - Exits the application after successful logout
How It Works
Select your choice
Use arrow keys to select:
- Yes: Logout and clear configuration
- No: Cancel and stay logged in
Enter to confirm.What Gets Deleted
When you logout, the following data is removed from~/.scrycli/config.json:
- User configuration: Authentication and user settings
- Model configuration: Selected AI model and provider
Navigation
- Arrow keys: Navigate between Yes/No options
- Enter: Confirm your selection
- Esc: Cancel and return to chat (before making a selection)
Example Flow
When to Use
Use/logout when you want to:
- Clear all configuration and start fresh
- Switch to a different user account
- Remove stored credentials from your machine
- Reset ScryCLI to initial state
After Logout
When you restart ScryCLI after logging out:- You’ll need to select a model again using
/model - You’ll need to reconfigure any API keys using
/apikey - All settings will be at their defaults
