Blog
Product
4
minutes

The Top 10 Qovery CLI Commands You Must Know

The Qovery CLI gives developers full control of their infrastructure from the terminal. Whether you're deploying apps, managing environments, or debugging issues, these commands will save you time and clicks.
Romaric Philogène
CEO & Co-founder
Summary
Twitter icon
linkedin icon

Once you have installed the Qovery CLI, here are 10 Qovery CLI commands you must know - plus a few power tips.

1/ qovery shell

Open a shell session inside a running container

Ideal for debugging or manual inspection in live environments.

qovery shell

Select the right container if the app runs multiple services.

You can even specify the web console URL of your app to connect to it directly.

qovery shell https://console.qovery.com/organization/...

2/ qovery port-forward

Forward a remote port to your local machine

Use this to connect to internal services like Postgres, Redis, or internal APIs securely.

qovery port-forward -p 5432 

Qovery handles all auth and routing under the hood.

Same as with the shell, by convenience, you can specify the web console URL to port-forward directly to a specific app.

qovery port-forward -p 5432 https://console.qovery.com/organization/...

3/ qovery cluster debug-pod

Launch an ephemeral debug pod in your cluster

This is for platform engineers. It starts a pod with essential tools like kubectl, k9s, curl, and it is excellent for troubleshooting directly inside the cluster.

qovery cluster debug-pod --cluster-id 

Requires organization admin permissions.

4/ qovery environment clone

Clone an entire environment in one command

It copies your apps, databases, jobs, and configurations - perfect for setting up preview, staging, or temporary test environments.

qovery environment clone --environment production --new-environment-name prod-copy

Everything is copied and redeployed automatically.

5/ qovery environment deploy

Deploy and control an entire environment

Besides deploying, this command lets you stop, restart, or delete environments.

qovery environment deploy --environment production

It’s your environment control panel via CLI.

6/ qovery application env

Manage environment variables and secrets for an app

Set, list, edit, or delete env vars directly from your terminal.

qovery application env list

To create an environment variable

qovery application env create --key MY_ENV_VAR --value "this is my value"

Secure by design - no secrets are ever exposed in plaintext.

7/ qovery logs

Stream your application logs in real-time

Useful for both runtime debugging and build output.

qovery logs

You can also fetch logs for jobs and databases.

8/ qovery demo

Spin up a local k3s cluster and play with Qovery

This command sets up Qovery locally using Docker. No external infrastructure needed.

qovery demo

Great for quick testing or internal demos.

9/ qovery auth --headless

Authenticate without using your browser

Useful in headless or remote environments (e.g. CI, SSH sessions, remote VM).

qovery auth --headless

Generates a token-based flow for secure CLI auth.

10/ JSON Output Support: --json

Get structured CLI output for automation and scripting

Any list or info command can be extended with --json to output machine-readable data.

qovery application env list --json -n "Terraform RDS" --organization "Qovery Realm" --project "BigBank" --environment "blueprint-x" | jq -r '.[] | select(.key == "RDS_INSTANCE_ENDPOINT").interpolated_value'

Perfect for scripting workflows or integrating with other tools.

Bonus: qovery service list --markdown

Generate a Markdown-formatted list of your running services

Ideal for CI/CD pipelines and documentation. It outputs service names and their public URLs in Markdown format.

qovery service list --markdown

This makes it easy to display or publish the list of active services after deployment (e.g., in a GitHub PR comment, Slack message, or Confluence page).

Wrap Up

The Qovery CLI gives users full control over their applications and infrastructure from the terminal - without dealing with the complexity of Cloud and Kubernetes. Whether you're spinning up environments, debugging issues, or automating workflows, these commands help you move faster and stay in control.

Every command respects Qovery’s permission model, making it safe for teams of any size. If you haven't tried the CLI yet, install it and start integrating it into your workflows:

👉 Install the CLI

Want more advanced tips, scripting examples, or automation use cases? Let us know - we’ll cover them in a follow-up.

Share on :
Twitter icon
linkedin icon
Ready to rethink the way you do DevOps?
Qovery is a DevOps automation platform that enables organizations to deliver faster and focus on creating great products.
Book a demo

Suggested articles

Cloud
Heroku
Internal Developer Platform
Platform Engineering
9
 minutes
The Top 8 Platform as a Service (Paas) Tools in 2026

Build Your Own PaaS: Stop depending on fixed cloud offerings. Discover the top 8 tools, including Qovery, Dokku, and Cloud Foundry, that let you build a customizable, low-maintenance PaaS on your cloud infrastructure.

Morgan Perry
Co-founder
Kubernetes
 minutes
How to Deploy a Docker Container on Kubernetes: Step-by-Step Guide

Simplify Kubernetes Deployment. Learn the difficult 6-step manual process for deploying Docker containers to Kubernetes, the friction of YAML and kubectl, and how platform tools like Qovery automate the entire workflow.

Mélanie Dallé
Senior Marketing Manager
Observability
DevOps
 minutes
Observability in DevOps: What is it, Observe vs. Monitoring, Benefits

Observability in DevOps: Diagnose system failures faster. Learn how true observability differs from traditional monitoring. End context-switching, reduce MTTR, and resolve unforeseen issues quickly.

Mélanie Dallé
Senior Marketing Manager
DevOps
Cloud
8
 minutes
6 Best Practices to Automate DevSecOps in Days, Not Months

Integrate security seamlessly into your CI/CD pipeline. Learn the 6 best DevSecOps practices—from Policy as Code to continuous monitoring—and see how Qovery automates compliance and protection without slowing development.

Morgan Perry
Co-founder
Heroku
15
 minutes
Heroku Alternatives: The 10 Best Competitor Platforms

Fed up of rising Heroku costs and frequent outages? This guide compares the top 10 Heroku alternatives and competitors based on features, pricing, pros, and cons—helping developers and tech leaders choose the right PaaS.

Mélanie Dallé
Senior Marketing Manager
Product
Infrastructure Management
Deployment
 minutes
Stop tool sprawl - Welcome to Terraform/OpenTofu support

Provisioning cloud resources shouldn’t require a second stack of tools. With Qovery’s new Terraform and OpenTofu support, you can now define and deploy your infrastructure right alongside your applications. Declaratively, securely, and in one place. No external runners. No glue code. No tool sprawl.

Alessandro Carrano
Head of Product
AI
DevOps
 minutes
Integrating Agentic AI into Your DevOps Workflow

Eliminate non-coding toil with Qovery’s AI DevOps Agent. Discover how shifting from static automation to specialized DevOps AI agents optimizes FinOps, security, and infrastructure management.

Mélanie Dallé
Senior Marketing Manager
DevOps
 minutes
Top 10 Flux CD Alternatives: Finding a Better Way to Deploy Your Code

Looking for a Flux CD alternative? Discover why Qovery stands out as the #1 choice. Compare features, pros, and cons of the top 10 platforms to simplify your deployment strategy and empower your team.

Mélanie Dallé
Senior Marketing Manager

It’s time to rethink
the way you do DevOps

Say goodbye to DevOps overhead. Qovery makes infrastructure effortless, giving you full control without the trouble.