CLI Overview
The Erdo CLI is a powerful command-line tool for building, testing, and deploying AI agents. It provides everything you need to work with the Erdo platform from your terminal.Installation
Homebrew (Recommended)
bash brew install erdoai/tap/erdo Manual Download
Download from GitHub
Releases
Quick Start
1
Configure the CLI
2
Login to your account
bash erdo login Authenticate with your Erdo platform account.3
Initialize a new agent
bash erdo init my-agent Create a new agent project with boilerplate
code.4
Start development mode
Core Commands
erdo configure
erdo configure
Configure CLI settings and server connection
erdo login
erdo login
Authenticate with the Erdo platform
erdo init
erdo init
Initialize new agent projects
erdo dev
erdo dev
Development server with hot reload
Agent Management
List Agents
Export & Import
Sync & Deploy
Development Features
Testing
Code Generation
Introspection
Configuration
Global Configuration
The CLI stores configuration in~/.erdo/config.yaml:
Project Configuration
Each agent project can have a.erdo/config.yaml:
Environment Variables
Common environment variables:Examples
Basic Workflow
Advanced Usage
Troubleshooting
Authentication Issues
Authentication Issues
Connection Problems
Connection Problems
Development Issues
Development Issues
Command Reference
For detailed information about each command, see:Authentication
Login, logout, and authentication management
Agent Development
Development server and testing commands
Deployment
Sync, deploy, and export commands
Utilities
Configuration and introspection tools
Next Steps
- Installation Guide - Detailed setup instructions
- Quick Start - Build your first agent
- SDK Documentation - Python SDK reference
- Examples - Real-world use cases