CLI Commands
Authentication
Authentication commands for 60db CLI
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication commands for 60db CLI
60db auth:login --email your@email.com --password yourpassword
60db auth:session
60db auth:token
60db auth:logout
# Login to get token
60db auth:login --email your@email.com --password yourpassword
# Check session
60db auth:session
# Or manually set API key
60db config --set apiKey=your_token_here