CLI Commands
Simple commands to control Devhelion Tutor analytics collection
Devhelion Tutor provides four simple CLI commands to manage your AI tool analytics collection. All commands are run through the main Devhelion CLI interface.
Prerequisites
Make sure you have the Devhelion CLI installed and authenticated. See our Getting Started guide for setup instructions.
Core Commands
Devhelion enable
Start collecting analytics data from your AI coding assistants.
$ Devhelion enable
✓ Analytics collection enabled
✓ Monitoring Claude Code, Cursor, GitHub Copilot
→ Visit https://Devhelion.ai/Devhelion/analytics to view dataWhat This Does:
- Starts background telemetry collection
- Begins monitoring supported AI tools
- Creates local analytics database
- Enables dashboard access at Devhelion.ai
Devhelion disable
Stop collecting analytics data and pause all monitoring.
$ Devhelion disable
✓ Analytics collection disabled
✓ All monitoring stopped
→ Existing data preserved, collection pausedWhat This Does:
- Stops background telemetry collection
- Preserves existing analytics data
- Dashboard remains accessible with historical data
- Can be re-enabled anytime with
Devhelion enable
Devhelion status
Check the current status of analytics collection and system health.
$ Devhelion status
Devhelion Tutor Status:
├─ Collection: ✓ Enabled
├─ Tools Monitored: Claude Code, Cursor
├─ Events Today: 47
├─ Database: ✓ Connected
└─ Dashboard: ✓ Available at https://Devhelion.aiStatus Information Includes:
- Collection enabled/disabled state
- Currently monitored AI tools
- Recent activity summary
- Database connection status
- Dashboard availability
Devhelion logs
View real-time logs from the analytics collection system.
$ Devhelion logs
2024-10-02 14:23:15 | Claude Code | Event recorded: completion
2024-10-02 14:23:16 | Analytics | Tokens: 150 in, 300 out
2024-10-02 14:23:17 | Database | Event stored successfully
2024-10-02 14:24:01 | Cursor | Event recorded: chat
^C (Press Ctrl+C to exit)Log Information Shows:
- Real-time event collection
- Token usage per interaction
- Database operations
- Error messages and debugging info
- Tool-specific activity
Tip: Use logs for troubleshooting collection issues. Press Ctrl+C to exit the log stream.
Common Usage Patterns
Daily Workflow
# Start your day
Devhelion status # Check if collection is active
# If disabled, enable it
Devhelion enable # Start collecting data
# End of day review
Devhelion status # See today's summary
# Visit dashboard for detailed analyticsTroubleshooting
# Check system status
Devhelion status # Verify collection state
# Monitor for issues
Devhelion logs # Watch real-time activity
# Reset if needed
Devhelion disable # Stop collection
Devhelion enable # Restart collectionPrivacy Control
# Pause data collection temporarily
Devhelion disable # Stop monitoring
# Work privately (no analytics)
# ... your private coding session ...
# Resume normal analytics
Devhelion enable # Restart monitoringPrivacy & Data Control
Complete Control
You have full control over data collection. Tutor only collects metadata (timestamps, token counts, tool names) - never your actual code or prompts.Learn more about our privacy practices.
Next Steps
Getting Started
Complete setup guide for first-time Devhelion Tutor users.
Analytics Dashboard
Master the dashboard to understand your AI tool usage patterns.
Troubleshooting
Resolve common CLI and collection issues.