Overview
The Qovery CLI (Command Line Interface) enables you to interact with Qovery directly from your terminal. Deploy applications, manage environments, stream logs, and more - all without leaving your command line.Installation
macOS
Install using Homebrew:Linux
Windows
Download the latest release from GitHub Releases and add it to your PATH.Verify Installation
Authentication
Before using the CLI, you need to authenticate:API Token Authentication
You can also authenticate using an API token:Configuration
The CLI stores configuration in~/.qovery/context.json. You can manage multiple contexts for different organizations or clusters.
Set Default Context
List Contexts
Key Features
Deploy Applications
Deploy and redeploy applications instantly from the terminal
Environment Management
Create, update, and manage environments
Live Logs
Stream real-time logs from your applications
Shell Access
Execute commands directly in running containers
Quick Start
List Projects
List Environments
Deploy an Application
View Logs
Next Steps
CLI Commands
Explore all available commands and examples