Skip to main content
Dotset CLI API Documentation / index / EnvironmentProviderOptions

Interface: EnvironmentProviderOptions

Defined in: src/mantle/providers/types.ts:84 Environment provider options

Extends

  • ProviderOptions

Properties

exclude?

optional exclude: string[];
Defined in: src/mantle/providers/types.ts:89 Exact keys to exclude

prefixes?

optional prefixes: string[];
Defined in: src/mantle/providers/types.ts:86 Prefixes to include (e.g., [‘API_’, ‘SECRET_’])

scope?

optional scope: Scope;
Defined in: src/mantle/providers/types.ts:70 Environment scope

Inherited from

ProviderOptions.scope

workDir?

optional workDir: string;
Defined in: src/mantle/providers/types.ts:67 Working directory for file-based providers

Inherited from

ProviderOptions.workDir