Comprehensive guide to the elizaOS Command Line Interface (CLI) tools and commands
Command | Description |
---|---|
create | Initialize a new project, plugin, or agent |
monorepo | Clone elizaOS monorepo from a specific branch (defaults to develop) |
plugins | Manage elizaOS plugins |
agent | Manage elizaOS agents |
tee | Manage TEE deployments |
start | Start the Eliza agent with configurable plugins and services |
update | Update elizaOS CLI and project dependencies |
test | Run tests for Eliza agent projects and plugins |
env | Manage environment variables and secrets |
dev | Start the project or plugin in development mode with auto-rebuild, detailed logging, and file change detection |
publish | Publish a plugin to the registry |
Option | Description |
---|---|
--help , -h | Display help information |
--version , -v | Display version information |
--no-emoji | Disables emoji characters in the output |
--no-auto-install | Disables the automatic prompt to install Bun if it is not detected |
env
command:
create
env
dev
for hot reloadingtest
start
publish
plugins
command for managing plugins and publish
for publishing your own: