feat: add support for attaching secrets to process env
This commit is contained in:
@@ -108,6 +108,7 @@ export type ListSecretsOptions = {
|
||||
environment: string;
|
||||
projectId: string;
|
||||
expandSecretReferences?: boolean;
|
||||
attachToProcessEnv?: boolean;
|
||||
includeImports?: boolean;
|
||||
recursive?: boolean;
|
||||
secretPath?: string;
|
||||
|
||||
Reference in New Issue
Block a user