Documentation Index
Fetch the complete documentation index at: https://qovery-update-mcp-query.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Manage environment variables and secrets for your Qovery services. This command helps you import and parse environment variables.Commands
Import Environment Variables
Import environment variables/secrets for a Qovery service:Parse Environment Variables
Parse environment variables and create.env (dot env) file:
.env file for development purposes.
Options
| Flag | Description |
|---|---|
--organization | Organization name |
--project | Project name |
--environment | Environment name |
--service | Service name |
--help | Show help |
Examples
Import Variables from File
Parse Variables to .env File
Development Workflow
Managing Service-Specific Variables
For managing environment variables of specific services, use the service-specific commands:Tips
Related Commands
qovery application env- Manage application environment variablesqovery environment env- Manage environment-level variablesqovery container env- Manage container environment variablesqovery cronjob env- Manage cronjob environment variablesqovery lifecycle env- Manage lifecycle job environment variables