Skip to main content

Usage

drevon <command> [options]
Or without global install:
npx drevon <command> [options]

Commands

Workspace Management

CommandDescription
initInitialize a new workspace (interactive wizard)
syncRegenerate all agent configs from drevon.config.json
statusShow workspace status dashboard
doctorDiagnose workspace issues
upgradeMigrate config to latest schema version

Agent Management

CommandDescription
add-agentEnable and configure a new agent
remove-agentDisable and clean up an agent

Skills

CommandDescription
skill addInstall a skill from skills.sh
skill removeRemove an installed skill
skill listList installed skills
skill syncRe-sync skills into agent configs

Prompts

CommandDescription
prompt listList available prompts
prompt createCreate a new prompt template

Global Options

FlagDescription
--versionShow version number
--helpShow help for any command
drevon --version
drevon init --help
drevon skill --help