Overview
Manage environments and their lifecycle within your Qovery project.Commands
List Environments
List all environments in current project:Create Environment
Create a new environment:Deploy Environment
Deploy all services in an environment:Stop Environment
Stop all services in an environment:Delete Environment
Delete an environment:Clone Environment
Clone an existing environment:Environment Variables
List Variables
Create Variable
Update Variable
Delete Variable
Options
| Flag | Description |
|---|---|
--name | Environment name |
--cluster | Cluster ID |
--mode | Environment mode (DEVELOPMENT, STAGING, PRODUCTION) |
--environment | Environment ID or name |
--key | Variable key |
--value | Variable value |
--scope | Variable scope (ENVIRONMENT, PROJECT, BUILT_IN) |
--secret | Mark variable as secret |
--output | Output format (table, json, yaml) |
--help | Show help |
Examples
Create and Deploy Environment
Manage Environment Variables
Clone Production to Staging
Related Commands
qovery application- Manage applicationsqovery database- Manage databasesqovery status- Check environment status