praisonai deploy run --type cloud --provider gcp.
Quick Start - CLI
1
Install PraisonAI
2
Set Environment Variables
3
Initialize GCP Config
4
Check Readiness
5
Deploy to GCP
6
Verify
Quick Start - SDK
1
Create Deploy Script
2
Run
agents.yaml with GCP Config
GCP Cloud Config Options
Check Deployment Status
Destroy Deployment
Troubleshooting
Manual GCP CLI Deployment (Optional)
Manual GCP CLI Deployment (Optional)
These commands are for manual deployment only. Use Security: How
The
praisonai deploy for automated deployment.Security: How praisonai deploy Handles Secrets
The praisonai deploy run command automatically handles secrets securely:- Creates temp YAML via
tempfile.mkstemp()with mode0600(owner read/write only) - Passes secrets via
--env-vars-fileinstead of command line arguments - Removes temp file in
finallyblock, even if deployment fails - No secrets appear in
ps, shell history, or CI logs
Related
- Deploy CLI Overview - All deploy commands
- API Deploy - Deploy as local API server
- Docker Deploy - Deploy to Docker
- AWS Deploy - Deploy to AWS ECS/Fargate

