Customization
Control Commands
Master CUGA control commands for service management and monitoring
Master CUGA's command-line interface for service management, monitoring, and control.
🚀 Command Overview
CUGA provides a comprehensive CLI for managing all aspects of the system:
# Basic command structure
cuga <command> <subcommand> [options]📋 Available Commands
Service Management
| Command | Description | Example |
|---|---|---|
start | Start CUGA services | cuga start demo |
stop | Stop CUGA services | cuga stop all |
status | Check service status | cuga status |
restart | Restart services | cuga restart demo |
viz | Show experiment manager visualization | cuga viz |
📚 Next Steps
After mastering control commands:
- API Integration: Add your own APIs
- Save & Reuse: Explore workflow persistence
- Evaluation: Run benchmarks
- Development: Test and debug
Commands mastered? Move to API Integration!
