deploy command manages deployment of AI agents to various platforms.
Usage
Commands
| Command | Description |
|---|---|
docker | Deploy using Docker |
aws | Deploy to AWS |
gcp | Deploy to Google Cloud |
azure | Deploy to Azure |
local | Deploy locally |
Options
| Option | Short | Description |
|---|---|---|
--config | -c | Deployment configuration file |
--env | -e | Environment (dev, staging, prod) |
Examples
Deploy with Docker
Deploy to AWS
Deploy locally
Configuration
Create adeploy.yaml file:

