Skip to content

CLI Commands

The evonic CLI is the command-line interface for managing the Evonic platform. It covers server management, agents, skills, skillsets, models, plugins, schedules, and system diagnostics.

Terminal window
evonic <command> [options] [arguments]
CommandDescription
start / stop / statusServer management
setupInteractive first-time setup wizard
passSet or change admin dashboard password
updateCheck for and apply self-updates
doctorRun system diagnostics and health checks
pluginPlugin management
skillSkill (tool package) management
skillsetSkillset template management
agentAgent management
modelLLM model management
Terminal window
# Check CLI is available
evonic --help
# Start the server
evonic start
# Run system diagnostics
evonic doctor
evonic doctor --quick
# List agents, skills, skillsets, models
evonic agent list
evonic skill list
evonic skillset list
evonic model list