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

Interface: DotenvProviderOptions

Defined in: src/shield/providers/types.ts:76 Dotenv-specific options

Extends

  • ProviderOptions

Properties

files?

optional files: string[];
Defined in: src/shield/providers/types.ts:78 Specific files to load (overrides auto-detection)

scope?

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

Inherited from

ProviderOptions.scope

workDir?

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

Inherited from

ProviderOptions.workDir