praisonai deploy.
Quick Start
Subcommands
| Command | Description |
|---|---|
praisonai deploy run | Execute deployment |
praisonai deploy init | Generate sample agents.yaml with deploy config |
praisonai deploy validate | Validate agents.yaml deploy configuration |
praisonai deploy plan | Show deployment plan without executing |
praisonai deploy doctor | Check deployment readiness |
praisonai deploy status | Show deployment status |
praisonai deploy destroy | Destroy/delete deployment |
Deploy Types
| Type | Description | Page |
|---|---|---|
api | Local API server | API Deploy |
docker | Docker container | Docker Deploy |
cloud | Cloud providers (AWS, Azure, GCP) | AWS, Azure, GCP |
praisonai deploy run
| Flag | Type | Default | Description |
|---|---|---|---|
--file, -f | string | agents.yaml | Path to agents.yaml |
--type | choice | from YAML | api, docker, or cloud |
--provider | choice | from YAML | aws, azure, or gcp (for cloud type) |
--background | flag | false | Run in background (API only) |
--json | flag | false | Output as JSON |
praisonai deploy init
Generate sample agents.yaml with deploy configuration.| Flag | Type | Default | Description |
|---|---|---|---|
--file, -f | string | agents.yaml | Output file path |
--type | choice | api | api, docker, or cloud |
--provider | choice | - | aws, azure, or gcp (for cloud type) |
praisonai deploy validate
Validate agents.yaml deploy configuration.praisonai deploy plan
Show deployment plan without executing.agents.yaml Deploy Section
Add adeploy section to your agents.yaml:
Deploy Configuration Options
API Config
Docker Config
Cloud Config (AWS)
Troubleshooting
| Issue | Fix |
|---|---|
| No deploy section | Run praisonai deploy init |
| Invalid config | Run praisonai deploy validate |
| Missing deps | Run praisonai deploy doctor |
| Deploy failed | Check praisonai deploy status |
Related
- API Deploy - Deploy as local API server
- Docker Deploy - Deploy to Docker
- AWS Deploy - Deploy to AWS
- Doctor - Check deployment readiness

