Overview
Manage all types of services within your Qovery environment. This is a unified command to list and deploy services across applications, containers, databases, jobs, and Helm charts.Commands
List Services
List all services in current environment:| Flag | Description |
|---|---|
--organization | Organization Name |
--project | Project Name |
--environment | Environment Name |
--json | JSON output |
--markdown | Markdown output |
--jira | Atlassian Jira output |
Deploy Service
Deploy a service by automatically detecting its type. Works with applications, containers, databases, jobs (cronjobs and lifecycle), and Helm charts.--version parameter accepts:
- Git commit IDs (for applications, git-based jobs, git-based helms)
- Container image tags (for containers, image-based jobs)
- Helm chart versions (for helm repository charts)
| Flag | Short | Description |
|---|---|---|
--service | -n | Service Name |
--services | Service Names (comma separated) | |
--version | -v | Version (git commit ID, image tag, or chart version) |
--values-override-version | Helm values override version (git commit ID) | |
--watch | -w | Watch service status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Examples
List All Services
List Services with JSON Output
List Services with Markdown Output
Deploy a Service by Name
Service Types
Theservice list command displays all the following service types:
- Application - Applications built from Git repositories
- Container - Pre-built Docker images
- Database - Managed databases (PostgreSQL, MySQL, MongoDB, Redis, etc.)
- Cronjob - Scheduled jobs
- Lifecycle - Lifecycle jobs (run on specific events)
- Helm - Helm charts
Related Commands
qovery application- Manage applications specificallyqovery database- Manage databases specificallyqovery container- Manage containers specificallyqovery cronjob- Manage cronjobs specificallyqovery lifecycle- Manage lifecycle jobs specificallyqovery helm- Manage Helm charts specificallyqovery status- Check service statuses