Auth Commands
Manage authentication and credentials for the Lyceum CLI.Commands
| Command | Description |
|---|---|
lyceum auth login | Login via browser authentication or manual API key |
lyceum auth logout | Logout and remove stored credentials |
lyceum auth status | Show current configuration and authentication status |
lyceum auth login
Login to Lyceum. By default, opens a browser for authentication. Use--manual for API key login.
Options
| Option | Description |
|---|---|
--url | API base URL |
--dashboard | Dashboard URL. Default: https://dashboard.lyceum.technology |
--manual | Use manual API key login instead of browser |
--api-key, -k | API key for manual login |
Examples
lyceum auth logout
Remove stored credentials and logout from Lyceum.lyceum auth status
Display current configuration and authentication status.- Current API base URL
- Dashboard URL
- Authentication status
- Current user information (if authenticated)

