export-env
Export secrets from SecureCode vault as .env or CSV files with decrypted values for secure configuration management and backup.
Instructions
Export all secrets as .env or CSV format. Returns the full content with decrypted values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: "env" (default) or "csv" | |
| tags | No | Filter by tags, e.g. { "env": "production" } |