Overview
Deploy and manage applications within your Qovery environment.Subcommands
| Subcommand | Description |
|---|---|
list | List applications in the current environment |
deploy | Deploy an application |
redeploy | Redeploy an application |
stop | Stop a running application |
cancel | Cancel an application deployment |
delete | Delete an application |
update | Update an application |
clone | Clone an application |
domain | Manage application custom domains |
env | Manage application environment variables |
Commands
List Applications
List all applications in current environment:Deploy Application
Deploy a specific application:Redeploy Application
Redeploy the same version:Stop Application
Stop a running application:Cancel Deployment
Cancel an ongoing deployment:Delete Application
Delete an application:Update Application
Update application configuration (branch or auto-deploy setting):Options
Common flags (available on most subcommands)
| Flag | Shorthand | Description |
|---|---|---|
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name | |
--application | -n | Application Name |
--applications | Application Names (comma-separated), e.g. --applications "app1,app2,app3" |
deploy flags
| Flag | Shorthand | Description |
|---|---|---|
--commit-id | -c | Git commit ID to deploy |
--watch | -w | Watch application status until ready or error |
redeploy flags
| Flag | Shorthand | Description |
|---|---|---|
--commit-id | -c | Git commit ID |
--watch | -w | Watch application status until ready or error |
stop flags
| Flag | Shorthand | Description |
|---|---|---|
--watch | -w | Watch application status until ready or error |
cancel flags
| Flag | Shorthand | Description |
|---|---|---|
--watch | -w | Watch cancel until done or an error occurs |
delete flags
| Flag | Shorthand | Description |
|---|---|---|
--watch | -w | Watch application status until ready or error |
update flags
| Flag | Shorthand | Description |
|---|---|---|
--branch | Application Git Branch | |
--auto-deploy | Enable auto-deploy for the application |
list flags
| Flag | Shorthand | Description |
|---|---|---|
--json | JSON output |
Examples
Deploy Application
Deploy Multiple Applications
Rollback Deployment
Update Branch
Additional Subcommand Groups
Theapplication command also has the following subcommand groups for more advanced management:
qovery application clone— Clone an application to another environmentqovery application domain— Manage custom domains (list,create,delete,edit)qovery application env— Manage environment variables (list,create,update,delete,alias,override)
Related Commands
qovery log- View application logsqovery shell- Access application shellqovery status- Check application status