Skip to main content

Auth Commands

Manage authentication and credentials for the Lyceum CLI.

Commands

CommandDescription
lyceum auth loginLogin via browser authentication or manual API key
lyceum auth logoutLogout and remove stored credentials
lyceum auth statusShow current configuration and authentication status

lyceum auth login

Login to Lyceum. By default, opens a browser for authentication. Use --manual for API key login.
lyceum auth login

Options

OptionDescription
--urlAPI base URL
--dashboardDashboard URL. Default: https://dashboard.lyceum.technology
--manualUse manual API key login instead of browser
--api-key, -kAPI key for manual login

Examples

# Browser-based login (default)
lyceum auth login

# Manual API key login
lyceum auth login --manual --api-key YOUR_API_KEY

# Login with custom dashboard URL
lyceum auth login --dashboard https://custom.dashboard.url

lyceum auth logout

Remove stored credentials and logout from Lyceum.
lyceum auth logout

lyceum auth status

Display current configuration and authentication status.
lyceum auth status
This shows:
  • Current API base URL
  • Dashboard URL
  • Authentication status
  • Current user information (if authenticated)