merlin auth
Enterprise authentication hub for secure access management, subscription control, and comprehensive usage analytics with audit trail capabilities.
Basic Usage
# Login with email and password merlin auth login # Check authentication status merlin auth status # Logout and clear credentials merlin auth logout
Enterprise Security
All authentication data is encrypted at rest using AES-256 encryption. JWT tokens are securely stored and automatically refreshed for continuous access.
Authentication Features
Secure Authentication
- JWT token management
- Encrypted credential storage
- Automatic token refresh
- Session management
Account Management
- Subscription monitoring
- Usage tracking
- Rate limit visibility
- Feature access control
Analytics & Reporting
- Usage statistics
- Command history
- Compliance reports
- Export capabilities
Available Subcommands
merlin auth loginAuthenticate with Merlin services using email and password
merlin auth logoutClear authentication credentials and end session
merlin auth statusDisplay current authentication status and user information
merlin auth subscriptionView subscription details and account information
merlin auth usageDisplay API usage statistics for current month
merlin auth historyView command execution history
Advanced Options
--jsonOutput results in JSON format
--emailEmail address for login (will prompt if not provided)
--passwordPassword for login (will prompt securely if not provided)
--save-tokenSave authentication token securely (enabled by default)
--all-sessionsLogout from all sessions when logging out
--monthSpecific month for usage statistics (YYYY-MM format)
Example Output
Related Commands
Once authenticated, explore other Merlin CLI commands for comprehensive code analysis.