Skip to content

UnaCODE CLI Commands Reference

Complete reference for all UnaCODE CLI commands.

Core Commands

Server Management

unacode server start          # Start V5 server
unacode server stop           # Stop V5 server  
unacode server status         # Check server status
unacode server restart        # Restart server

Orchestrator Operations

unacode orchestrators list    # List available orchestrators
unacode orchestrators run     # Execute orchestrator
unacode orchestrators status  # Check orchestrator status

Team Management

unacode teams list            # List available agent teams
unacode teams deploy          # Deploy agent team
unacode teams status          # Check team status

Configuration

unacode config init           # Initialize configuration
unacode config set            # Set configuration value
unacode config get            # Get configuration value
unacode config list           # List all configurations

Health & Monitoring

unacode health-check          # System health check
unacode status                # Overall system status
unacode logs                  # View system logs

Global Options

  • --verbose, -v Verbose output
  • --debug Debug mode
  • --config Custom config file
  • --help, -h Show help message