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.
Command Structure
Section titled “Command Structure”evonic <command> [options] [arguments]Available Commands
Section titled “Available Commands”| Command | Description |
|---|---|
start / stop / status | Server management |
setup | Interactive first-time setup wizard |
pass | Set or change admin dashboard password |
update | Check for and apply self-updates |
doctor | Run system diagnostics and health checks |
plugin | Plugin management |
skill | Skill (tool package) management |
skillset | Skillset template management |
agent | Agent management |
model | LLM model management |
Quick Reference
Section titled “Quick Reference”# Check CLI is availableevonic --help
# Start the serverevonic start
# Run system diagnosticsevonic doctorevonic doctor --quick
# List agents, skills, skillsets, modelsevonic agent listevonic skill listevonic skillset listevonic model listNext Steps
Section titled “Next Steps”- Server Management — Start, stop, status, restart, logs, updates
- System Diagnostics — Full system health check (environment, config, connections, LLM providers)
- Agent Management — Create, update, enable, disable, remove agents
- Skill Management — Install, get details, uninstall skills
- Skillset Management — List templates, apply to agents
- Model Management — Add, get, remove LLM models
- Plugin Management — Install, uninstall, list plugins
- Schedule Management — Manage scheduled tasks