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.
September 26, 2025
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
Tired of fighting your Kubernetes platform?
Qovery provides a unified Kubernetes control plane for cluster provisioning, security, and deployments - giving you an enterprise-grade platform without the DIY overhead.
See it in action

Suggested articles

Kubernetes
 minutes
Understanding CrashLoopBackOff: Fixing AI workloads on Kubernetes

Stop fighting CrashLoopBackOff on your AI deployments. Learn why traditional Kubernetes primitives fail large models and GPU workloads, and how to orchestrate AI infrastructure without shadow IT.

Morgan Perry
Co-founder
Kubernetes
Platform Engineering
 minutes
Mastering multi-cluster Kubernetes management: Strategies for scale

Stop fighting cluster sprawl. Learn why traditional scripting and GitOps fail at scale, and discover how to achieve fleet-wide consistency without the complexity of Kubernetes Federation.

Mélanie Dallé
Senior Marketing Manager
Developer Experience
Kubernetes
8
 minutes
Top 5 Kubernetes automation tools for streamlined management and efficiency

Looking to automate your Kubernetes environment in 2026? Discover the top automation tools, their weaknesses, and why scaling your infrastructure requires a unified management platform.

Mélanie Dallé
Senior Marketing Manager
AI
 minutes
Beyond Compute Constraints: Why AI Success is an Orchestration Problem

As the AI race shifts from hardware acquisition to GPU utilization, success is now an orchestration problem. Learn how to bridge the 84% capacity gap, eliminate "ghost" expenses, and leverage AI infrastructure copilots to maximize ROI in 2026.

Romaric Philogène
CEO & Co-founder
Kubernetes
DevOps
Platform Engineering
6
 minutes
Kubernetes vs. Docker: Escaping the complexity trap

Is Kubernetes complexity killing your team’s velocity? Compare Docker vs. Kubernetes in 2026 and discover how to get production-grade orchestration with the "Git Push" simplicity of Docker.

Morgan Perry
Co-founder
Kubernetes
DevOps
Platform Engineering
7
 minutes
Kubernetes vs. OpenShift (and how Qovery simplifies it all)

Stuck between Kubernetes and OpenShift? Discover their pros, cons, differences, and how Qovery delivers automated scaling, simplified deployments, and the best of both worlds.

Morgan Perry
Co-founder
Platform Engineering
DevOps
Kubernetes
9
 minutes
Rancher vs. OpenShift (and why Qovery might be the accelerator)

Comparing Rancher vs. OpenShift for Kubernetes management? Discover their pros, cons, and why Qovery offers a simpler, cost-effective alternative for growing teams.

Morgan Perry
Co-founder
DevOps
Platform Engineering
Kubernetes
8
 minutes
VMware Tanzu vs. Red Hat OpenShift (and why Qovery is the fast track)

Comparing VMware Tanzu vs. Red Hat OpenShift for enterprise Kubernetes? Explore their features, pros, cons, and discover why Qovery is the smarter alternative for rapid application delivery.

Morgan Perry
Co-founder

It’s time to change
the way you manage K8s

Turn Kubernetes into your strategic advantage with Qovery, automating the heavy lifting while you stay in control.