feat: add support for attaching secrets to process env

This commit is contained in:
Daniel Hougaard
2025-07-28 15:30:16 +04:00
parent a75cdfb54e
commit 95ec789781
2 changed files with 11 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ export type ListSecretsOptions = {
environment: string;
projectId: string;
expandSecretReferences?: boolean;
attachToProcessEnv?: boolean;
includeImports?: boolean;
recursive?: boolean;
secretPath?: string;