Documentation Index
Fetch the complete documentation index at: https://www.qovery.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Theauth command handles authentication with Qovery. You can authenticate using interactive login or API tokens.
Commands
Login
Authenticate with Qovery interactively:Headless Login
For environments without a browser (CI/CD, servers), use headless mode:Login with API Token
Set your API token as an environment variable:You can generate an API token from the Qovery Console under Settings → API Tokens.
Token
Output the current valid access token (refreshing it if expired). Useful for making direct API calls to the Qovery API. For security reasons, the token is not printed by default. You must explicitly use--print or --json to output the token value.
--print— Print the raw access token value to stdout--json— Output as JSON with token, type, expiration, and API URL--authorization-header— Output the full Authorization header value (e.g.,Bearer eyJ...)
Logout
Clear authentication credentials:Examples
Interactive Login
Headless Authentication
CI/CD Authentication
Server/Remote Authentication
Switch Accounts
Options
| Flag | Description |
|---|---|
--headless | Headless mode for environments without a browser (provides URL to copy/paste) |
--skipVersionCheck | Skip CLI version check during authentication |
--help | Show help for auth command |
Related Commands
qovery api- Make authenticated HTTP requests to the Qovery APIqovery context- Manage CLI context