Overview
The Ensemble Cloud CLI provides commands for deploying and managing your projects on Ensemble Cloud. Access these commands through the unified Ensemble CLI:Ensemble Cloud is currently in private beta. Join the waitlist to get early access.
Getting Started
No installation needed - usenpx to run the CLI:
Authentication
ensemble cloud login
Authenticate with Ensemble Cloud:
Examples:
ensemble cloud logout
Remove stored credentials:
ensemble cloud whoami
Display current authenticated user:
Deployment
ensemble cloud deploy
Deploy your project to Ensemble Cloud:
Examples:
ensemble cloud rollback
Rollback to a previous deployment:
Examples:
Monitoring
ensemble cloud status
View cloud connection and deployment status:
Example Output (Full):
When
stealthMode is enabled in your conductor.config.ts, the health endpoint is hidden and the status command will show a 404 error with a helpful tip about stealth mode.ensemble cloud logs
Stream or view logs:
Examples:
ensemble cloud metrics
View performance metrics:
Example Output:
Project Management
ensemble cloud projects list
List all projects:
ensemble cloud projects create
Create a new cloud project:
ensemble cloud projects delete
Delete a project:
Environment Management
ensemble cloud env list
List environments:
ensemble cloud env create
Create a new environment:
Examples:
Secrets Management
ensemble cloud secrets set
Set a secret:
Examples:
ensemble cloud secrets list
List secret names (not values):
ensemble cloud secrets delete
Delete a secret:
Team Management
ensemble cloud team members
List team members:
ensemble cloud team invite
Invite a team member:
CI/CD Integration
GitHub Actions
Environment Variables
Exit Codes
Next Steps
Cloud Overview
Learn about Ensemble Cloud
Join Waitlist
Get early access
Self-Host Guide
Deploy on your own infrastructure
Unified CLI
Full CLI documentation

